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.
pull/4020/head
langerhans 11 years ago
parent f4e1c347cf
commit 71f82bf2ab

@ -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…
Cancel
Save