mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-02-19 03:38:44 +00:00
Notify user about a required restart, when he changes the ZeroConf option.
This commit is contained in:
parent
0f24b826ba
commit
8aee812f8d
@ -143,6 +143,8 @@ void OptionsDialog::setModel(OptionsModel *model)
|
||||
/* Main */
|
||||
connect(ui->databaseCache, SIGNAL(valueChanged(int)), this, SLOT(showRestartWarning()));
|
||||
connect(ui->threadsScriptVerif, SIGNAL(valueChanged(int)), this, SLOT(showRestartWarning()));
|
||||
/* Wallet */
|
||||
connect(ui->spendZeroConfChange, SIGNAL(clicked(bool)), this, SLOT(showRestartWarning()));
|
||||
/* Network */
|
||||
connect(ui->connectSocks, SIGNAL(clicked(bool)), this, SLOT(showRestartWarning()));
|
||||
/* Display */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user