mirror of
https://github.com/YACReader/yacreader
synced 2025-07-25 08:25:03 -04:00
fixed some graphic styles in MacOSX
This commit is contained in:
@ -60,6 +60,5 @@
|
||||
<file alias="images/lists/label_white@2x.png">../images/lists/label_white_osx@2x.png</file>
|
||||
<file alias="images/lists/label_yellow@2x.png">../images/lists/label_yellow_osx@2x.png</file>
|
||||
<file alias="images/lists/list@2x.png">../images/lists/list_osx@2x.png</file>
|
||||
<file alias="images/empty_reading_list@2x.png">../images/empty_reading_list_osx@2x.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
@ -788,7 +788,9 @@ void LibraryWindow::createActions()
|
||||
this->addAction(setFolderAsNotCompletedAction);
|
||||
this->addAction(setFolderAsReadAction);
|
||||
this->addAction(setFolderAsUnreadAction);
|
||||
#ifndef Q_OS_MAC
|
||||
this->addAction(toggleFullScreenAction);
|
||||
#endif
|
||||
|
||||
//disable actions
|
||||
disableAllActions();
|
||||
|
Reference in New Issue
Block a user