Fixed #90.
This commit is contained in:
parent
4e01eacb80
commit
300a8da4dc
2 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue