mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
[UI] TrayIcon + TrayIconMenu for OSX (review changes)
This commit is contained in:
parent
544d220819
commit
12691e15d4
@ -126,6 +126,7 @@ private:
|
||||
|
||||
QSystemTrayIcon *trayIcon;
|
||||
QMenu *trayIconMenu;
|
||||
QMenu *dockIconMenu;
|
||||
Notificator *notificator;
|
||||
RPCConsole *rpcConsole;
|
||||
HelpMessageDialog *helpMessageDialog;
|
||||
@ -145,7 +146,7 @@ private:
|
||||
/** Create system tray icon and notification */
|
||||
void createTrayIcon(const NetworkStyle *networkStyle);
|
||||
/** Create system tray menu (or setup the dock menu) */
|
||||
void createTrayIconMenu();
|
||||
void createIconMenu(QMenu *pmenu);
|
||||
|
||||
/** Enable or disable all wallet-related actions */
|
||||
void setWalletActionsEnabled(bool enabled);
|
||||
|
Loading…
Reference in New Issue
Block a user