We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa94101 commit 298dc15Copy full SHA for 298dc15
src/qt/bitcoingui.cpp
@@ -606,8 +606,11 @@ void BitcoinGUI::createTrayIconMenu()
606
#endif
607
608
// Configuration of the tray icon (or dock icon) icon menu
609
+#ifndef Q_OS_MAC
610
+ // Note: On Mac, the dock icon's menu already has show / hide action.
611
trayIconMenu->addAction(toggleHideAction);
612
trayIconMenu->addSeparator();
613
+#endif
614
trayIconMenu->addAction(sendCoinsMenuAction);
615
trayIconMenu->addAction(receiveCoinsMenuAction);
616
0 commit comments