diff --git a/resources/text/CHANGELOG b/resources/text/CHANGELOG index d8e887bbc..85f73d58b 100644 --- a/resources/text/CHANGELOG +++ b/resources/text/CHANGELOG @@ -1,49 +1,84 @@ -[1.9.9.7] +

1.9.9.7

+ +Fixed: -[1.9.9.6] +Added: -[1.9.9.5] - -[1.9.9.4] - -[1.9.9.3] - + +Changed: + + +
+

1.9.9.6

+ +Fixed: + + +Added: + + +Changed: + + +
+

1.9.9.5

+ +Fixed: + + +Added: + + +Changed: + + +
+

1.9.9.4

+ +Added: + + +Changed: + -[+] added
-[#] fixed
-[~] changed
-[@] other action
diff --git a/resources/text/UPDATES b/resources/text/UPDATES index 1e1cfa754..6f91c6a91 100644 --- a/resources/text/UPDATES +++ b/resources/text/UPDATES @@ -4,18 +4,24 @@ https://bitbucket.org/skunkos/rssguard/downloads/rssguard-1.9.9.6-os2.7z https://bitbucket.org/skunkos/rssguard/downloads/rssguard-1.9.9.6-win32.7z - +
  • Restarting of application on all platforms fixed.
  • +
  • Feed type saved correctly to database when feed is added.
  • +
  • Fixed bugs #15, #16, #13, #19, #20, #26, #25, #18, #21, #25.
  • + -[+] added -[#] fixed -[~] changed -[@] other action]]> +Added: + + +Changed: +]]>
    \ No newline at end of file diff --git a/src/gui/formmain.cpp b/src/gui/formmain.cpp index f92655994..eaea0c32f 100755 --- a/src/gui/formmain.cpp +++ b/src/gui/formmain.cpp @@ -324,7 +324,7 @@ void FormMain::loadSize() { } // Hide the main menu if user wants it. - if (!settings->value(APP_CFG_GUI, "main_menu_visible", true).toBool()) { + if (!(m_mainMenuActivated = settings->value(APP_CFG_GUI, "main_menu_visible", true).toBool())) { m_ui->m_menuBar->setVisible(false); }