mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-04 18:22:57 +02:00
qt: Do not exit and re-enter main event loop during shutdown
This commit is contained in:
@@ -290,7 +290,8 @@ void OptionsDialog::on_resetButton_clicked()
|
||||
|
||||
/* reset all options and close GUI */
|
||||
model->Reset();
|
||||
QApplication::quit();
|
||||
close();
|
||||
Q_EMIT quitOnReset();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user