Fix 'Except between tracks on the same album' backend fade option

Fixes #642
This commit is contained in:
Jonas Kvinge
2021-01-30 23:16:19 +01:00
parent 28c130a910
commit fcb417af17

View File

@@ -684,6 +684,7 @@ void BackendSettingsPage::FadingOptionsChanged() {
}
ui_->widget_fading_options->setEnabled(ui_->checkbox_fadeout_stop->isChecked() || ui_->checkbox_fadeout_cross->isChecked() || ui_->checkbox_fadeout_auto->isChecked());
ui_->checkbox_fadeout_samealbum->setEnabled(ui_->checkbox_fadeout_auto->isChecked());
}