mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-02-02 10:27:15 +01:00
Added two more actions for custom shortcut setup.
This commit is contained in:
parent
84e3253342
commit
70e51bcbbc
@ -134,6 +134,8 @@ QList<QAction*> FormMain::allActions() {
|
||||
actions << m_ui->m_actionSelectPreviousFeedCategory;
|
||||
actions << m_ui->m_actionSelectNextMessage;
|
||||
actions << m_ui->m_actionSelectPreviousMessage;
|
||||
actions << m_ui->m_actionFetchFeedMetadata;
|
||||
actions << m_ui->m_actionExpandCollapseFeedCategory;
|
||||
|
||||
// Add recycle bin actions.
|
||||
actions << m_ui->m_actionRestoreRecycleBin;
|
||||
|
Loading…
x
Reference in New Issue
Block a user