mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2024-12-28 01:01:21 +01:00
Add ResetWarning() to make sure label is hidden
This commit is contained in:
parent
a5c2dfacf0
commit
460cddb3dc
@ -122,6 +122,7 @@ void BackendSettingsPage::Load() {
|
||||
else {
|
||||
ui_->combobox_engine->setEnabled(false);
|
||||
if (ui_->combobox_engine->count() > 1) ShowWarning("Engine can't be switched while playing. Close settings and reopen to change engine.");
|
||||
else ResetWarning();
|
||||
}
|
||||
|
||||
ConnectSignals();
|
||||
|
Loading…
Reference in New Issue
Block a user