diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-08-07 09:37:21 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-08-08 12:13:39 +0200 |
commit | b197bf3270490068319d87e4b977b08f754a1307 (patch) | |
tree | 07d4dbfb1ed7d84276fe814adffd75bc26c1f493 /src/qt/bitcoingui.h | |
parent | 314fbd9ac7713e812e85960499474dcf453b563e (diff) |
[Qt] disable tray interactions when client model set to 0
- this prevents the ability to fiddle around with the system tray when
already shutting down (e.g. on slow shutdowns because of a proxy delay)
- extends solution for #4360
Diffstat (limited to 'src/qt/bitcoingui.h')
-rw-r--r-- | src/qt/bitcoingui.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h index 7e45240f05..30b05cb7d9 100644 --- a/src/qt/bitcoingui.h +++ b/src/qt/bitcoingui.h @@ -103,6 +103,7 @@ private: QAction *showHelpMessageAction; QSystemTrayIcon *trayIcon; + QMenu *trayIconMenu; Notificator *notificator; RPCConsole *rpcConsole; |