Fixed minimize on macOS with CTRL + M shortcut

This commit is contained in:
defnax 2023-12-29 21:34:54 +01:00
parent 3615ebf05e
commit 79977a0c37
2 changed files with 12 additions and 1 deletions

View file

@ -265,6 +265,10 @@ private slots:
void toggleVisibility(QSystemTrayIcon::ActivationReason e);
void toggleVisibilitycontextmenu();
#if defined(Q_OS_DARWIN)
void minimizeWindow();
#endif
/** Toolbar fns. */
void addFriend();
//void newRsCollection();