mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-15 18:58:55 +01:00
Minor UI fix to the settings dialog
This commit is contained in:
parent
2aeff9b5e2
commit
39a97d9878
@ -123,4 +123,5 @@ void SettingsDialog::NotificationTypeChanged() {
|
||||
bool enabled = !ui_.notifications_none->isChecked();
|
||||
ui_.notifications_options->setEnabled(enabled);
|
||||
ui_.notifications_volume->setEnabled(enabled);
|
||||
ui_.notifications_art->setEnabled(enabled);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user