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…
x
Reference in New Issue
Block a user