mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 06:58:57 +01:00
gui: Replace "Hide tray icon" option with positive "Show tray icon" one
This change makes easier both (1) using this option, and (2) reasoning about the code.
This commit is contained in:
@@ -57,7 +57,7 @@ private Q_SLOTS:
|
||||
void on_okButton_clicked();
|
||||
void on_cancelButton_clicked();
|
||||
|
||||
void on_hideTrayIcon_stateChanged(int fState);
|
||||
void on_showTrayIcon_stateChanged(int state);
|
||||
|
||||
void togglePruneWarning(bool enabled);
|
||||
void showRestartWarning(bool fPersistent = false);
|
||||
|
||||
Reference in New Issue
Block a user