Add a taste of Strawbs background image

This commit is contained in:
Jonas Kvinge
2020-07-07 23:02:24 +02:00
parent 24f2cfb29f
commit 4e003c12a6
7 changed files with 34 additions and 9 deletions

View File

@@ -1128,6 +1128,7 @@ void PlaylistView::ReloadSettings() {
previous_background_image_ = QPixmap();
}
setProperty("default_background_enabled", background_image_type_ == AppearanceSettingsPage::BackgroundImageType_Default);
setProperty("strawbs_background_enabled", background_image_type_ == AppearanceSettingsPage::BackgroundImageType_Strawbs);
emit BackgroundPropertyChanged();
force_background_redraw_ = true;
}