mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
fixed some actions not being triggered by shortcut
This commit is contained in:
parent
604aa21356
commit
40b121d273
@ -779,6 +779,16 @@ void LibraryWindow::createActions()
|
||||
addToFavoritesAction->setToolTip(tr("Add selected comics to favorites list"));
|
||||
addToFavoritesAction->setIcon(QIcon(":/images/lists/default_1.png"));
|
||||
|
||||
//actions not asigned to any widget
|
||||
this->addAction(saveCoversToAction);
|
||||
this->addAction(openContainingFolderAction);
|
||||
this->addAction(updateCurrentFolderAction);
|
||||
this->addAction(resetComicRatingAction);
|
||||
this->addAction(setFolderAsCompletedAction);
|
||||
this->addAction(setFolderAsNotCompletedAction);
|
||||
this->addAction(setFolderAsReadAction);
|
||||
this->addAction(setFolderAsUnreadAction);
|
||||
|
||||
//disable actions
|
||||
disableAllActions();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user