fixed toogle full screen shortcut in full screen mode (YACReaderLibrary)

This commit is contained in:
Luis Ángel San Martín 2015-01-01 17:33:49 +01:00
parent c1ddf32b94
commit d0d0a22ef3

View File

@ -788,6 +788,7 @@ void LibraryWindow::createActions()
this->addAction(setFolderAsNotCompletedAction);
this->addAction(setFolderAsReadAction);
this->addAction(setFolderAsUnreadAction);
this->addAction(toggleFullScreenAction);
//disable actions
disableAllActions();