Settings mode behaviour now identical to Win32
This commit is contained in:
@@ -149,7 +149,7 @@ void Settings::save() {
|
||||
|
||||
void Settings::accept()
|
||||
{
|
||||
if (confirm_save)
|
||||
if (confirm_save && !settings_only)
|
||||
{
|
||||
QMessageBox questionbox(QMessageBox::Icon::Question, "86Box", QStringLiteral("%1\n\n%2").arg(tr("Do you want to save the settings?"), tr("This will hard reset the emulated machine.")), QMessageBox::Save | QMessageBox::Cancel, this);
|
||||
QCheckBox *chkbox = new QCheckBox(tr("Don't show this message again"));
|
||||
|
||||
Reference in New Issue
Block a user