mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-10 07:13:32 +01:00
Fixed #90.
This commit is contained in:
parent
4e01eacb80
commit
300a8da4dc
@ -2,6 +2,7 @@
|
|||||||
—————
|
—————
|
||||||
|
|
||||||
Added:
|
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.
|
▪ 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:
|
Changed:
|
||||||
|
@ -164,6 +164,7 @@ QList<QAction*> FormMain::allActions() const {
|
|||||||
actions << m_ui->m_actionServiceAdd;
|
actions << m_ui->m_actionServiceAdd;
|
||||||
actions << m_ui->m_actionServiceEdit;
|
actions << m_ui->m_actionServiceEdit;
|
||||||
actions << m_ui->m_actionServiceDelete;
|
actions << m_ui->m_actionServiceDelete;
|
||||||
|
actions << m_ui->m_actionCleanupDatabase;
|
||||||
actions << m_ui->m_actionAddFeedIntoSelectedAccount;
|
actions << m_ui->m_actionAddFeedIntoSelectedAccount;
|
||||||
actions << m_ui->m_actionAddCategoryIntoSelectedAccount;
|
actions << m_ui->m_actionAddCategoryIntoSelectedAccount;
|
||||||
actions << m_ui->m_actionViewSelectedItemsNewspaperMode;
|
actions << m_ui->m_actionViewSelectedItemsNewspaperMode;
|
||||||
|
Loading…
Reference in New Issue
Block a user