This commit is contained in:
Martin Rotter 2017-02-22 07:48:13 +01:00
parent 4e01eacb80
commit 300a8da4dc
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
—————
Added:
▪ "Cleanup database" action has now configurable shortcut. (issue #90)
▪ Fixed #76, now user can choose to "not show the dialog again" when opening hyperlink from message previewer. This only concerns the lite version of RSS Guard which uses simpler text component for message previewing.
Changed:

View File

@ -164,6 +164,7 @@ QList<QAction*> FormMain::allActions() const {
actions << m_ui->m_actionServiceAdd;
actions << m_ui->m_actionServiceEdit;
actions << m_ui->m_actionServiceDelete;
actions << m_ui->m_actionCleanupDatabase;
actions << m_ui->m_actionAddFeedIntoSelectedAccount;
actions << m_ui->m_actionAddCategoryIntoSelectedAccount;
actions << m_ui->m_actionViewSelectedItemsNewspaperMode;