mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-02-05 11:57:41 +01:00
Show engine switch warning only if more than 1
This commit is contained in:
parent
602f9759bb
commit
c818ce19e9
@ -121,7 +121,7 @@ void BackendSettingsPage::Load() {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
ui_->combobox_engine->setEnabled(false);
|
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();
|
ConnectSignals();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user