mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-25 23:45:49 -04:00
Fixed minimize on macOS with CTRL + M shortcut
This commit is contained in:
parent
3615ebf05e
commit
79977a0c37
2 changed files with 12 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue