Remove duplicate behavior on MacOSX
Dock icon on macosx already has show/hide functionality. This results in erratic behavior.
This commit is contained in:
parent
09cec19e2f
commit
b06f9c1364
1 changed files with 0 additions and 1 deletions
|
@ -404,7 +404,6 @@ void BitcoinGUI::createTrayIcon()
|
|||
#else
|
||||
// Note: On Mac, the dock icon is used to provide the tray's functionality.
|
||||
MacDockIconHandler *dockIconHandler = MacDockIconHandler::instance();
|
||||
connect(dockIconHandler, SIGNAL(dockIconClicked()), toggleHideAction, SLOT(trigger()));
|
||||
trayIconMenu = dockIconHandler->dockMenu();
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue