Skip to content

Commit 06d1fc6

Browse files
committed
Merge pull request #4020
71f82bf Restart-warning for spendZeroConfChange option (langerhans)
2 parents 178825d + 71f82bf commit 06d1fc6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/qt/optionsdialog.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ void OptionsDialog::setModel(OptionsModel *model)
145145
/* Main */
146146
connect(ui->databaseCache, SIGNAL(valueChanged(int)), this, SLOT(showRestartWarning()));
147147
connect(ui->threadsScriptVerif, SIGNAL(valueChanged(int)), this, SLOT(showRestartWarning()));
148+
/* Wallet */
149+
connect(ui->spendZeroConfChange, SIGNAL(clicked(bool)), this, SLOT(showRestartWarning()));
148150
/* Network */
149151
connect(ui->connectSocks, SIGNAL(clicked(bool)), this, SLOT(showRestartWarning()));
150152
/* Display */

0 commit comments

Comments
 (0)