From 8aee812f8d9059db7aa37ee967798fa7ae668ae4 Mon Sep 17 00:00:00 2001 From: langerhans Date: Mon, 7 Apr 2014 19:21:39 +0200 Subject: [PATCH] Notify user about a required restart, when he changes the ZeroConf option. --- src/qt/optionsdialog.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/qt/optionsdialog.cpp b/src/qt/optionsdialog.cpp index 1772f8a65..2e1ebf24f 100644 --- a/src/qt/optionsdialog.cpp +++ b/src/qt/optionsdialog.cpp @@ -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 */