Restart-warning for spendZeroConfChange option
According to the options model, a restart is required after changing this option. So let's notify the user about it.
This commit is contained in:
parent
f4e1c347cf
commit
71f82bf2ab
1 changed files with 2 additions and 0 deletions
|
@ -145,6 +145,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…
Reference in a new issue