Notify user about a required restart, when he changes the ZeroConf option.

This commit is contained in:
langerhans 2014-04-07 19:21:39 +02:00
parent 0f24b826ba
commit 8aee812f8d

View file

@ -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 */