mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 15:04:40 -04:00
fixed toogle full screen shortcut in full screen mode (YACReaderLibrary)
This commit is contained in:
@ -788,6 +788,7 @@ void LibraryWindow::createActions()
|
||||
this->addAction(setFolderAsNotCompletedAction);
|
||||
this->addAction(setFolderAsReadAction);
|
||||
this->addAction(setFolderAsUnreadAction);
|
||||
this->addAction(toggleFullScreenAction);
|
||||
|
||||
//disable actions
|
||||
disableAllActions();
|
||||
|
Reference in New Issue
Block a user