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