mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-10 23:51:29 +00:00
gui: Favor macOS show / hide action in dock menu
Github-Pull: #14133 Rebased-From: ee3a494f37d6a459a5d935446ba08d69ea310b9b
This commit is contained in:
parent
fa941016e8
commit
298dc15686
@ -606,8 +606,11 @@ void BitcoinGUI::createTrayIconMenu()
|
||||
#endif
|
||||
|
||||
// Configuration of the tray icon (or dock icon) icon menu
|
||||
#ifndef Q_OS_MAC
|
||||
// Note: On Mac, the dock icon's menu already has show / hide action.
|
||||
trayIconMenu->addAction(toggleHideAction);
|
||||
trayIconMenu->addSeparator();
|
||||
#endif
|
||||
trayIconMenu->addAction(sendCoinsMenuAction);
|
||||
trayIconMenu->addAction(receiveCoinsMenuAction);
|
||||
trayIconMenu->addSeparator();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user