Show engine switch warning only if more than 1
This commit is contained in:
@@ -121,7 +121,7 @@ void BackendSettingsPage::Load() {
|
||||
}
|
||||
else {
|
||||
ui_->combobox_engine->setEnabled(false);
|
||||
ShowWarning("Engine can't be switched while playing. Close settings and reopen to change engine.");
|
||||
if (ui_->combobox_engine->count() > 1) ShowWarning("Engine can't be switched while playing. Close settings and reopen to change engine.");
|
||||
}
|
||||
|
||||
ConnectSignals();
|
||||
|
||||
Reference in New Issue
Block a user