Merge pull request #4020
71f82bf
Restart-warning for spendZeroConfChange option (langerhans)
This commit is contained in:
commit
06d1fc6112
1 changed files with 2 additions and 0 deletions
|
@ -145,6 +145,8 @@ void OptionsDialog::setModel(OptionsModel *model)
|
||||||
/* Main */
|
/* Main */
|
||||||
connect(ui->databaseCache, SIGNAL(valueChanged(int)), this, SLOT(showRestartWarning()));
|
connect(ui->databaseCache, SIGNAL(valueChanged(int)), this, SLOT(showRestartWarning()));
|
||||||
connect(ui->threadsScriptVerif, 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 */
|
/* Network */
|
||||||
connect(ui->connectSocks, SIGNAL(clicked(bool)), this, SLOT(showRestartWarning()));
|
connect(ui->connectSocks, SIGNAL(clicked(bool)), this, SLOT(showRestartWarning()));
|
||||||
/* Display */
|
/* Display */
|
||||||
|
|
Loading…
Add table
Reference in a new issue