mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Add new action to create a new instance of the viewer in macos
This commit is contained in:
@ -106,6 +106,9 @@ private:
|
||||
|
||||
//! Actions
|
||||
QAction *openAction;
|
||||
#ifdef Q_OS_MAC
|
||||
QAction *newInstanceAction; //needed in macos
|
||||
#endif
|
||||
QAction *openFolderAction;
|
||||
QAction *openLatestComicAction;
|
||||
QList<QAction *> recentFilesActionList;
|
||||
|
Reference in New Issue
Block a user