empty card info when switching back to theme background

This commit is contained in:
ebbit1q 2026-03-01 16:39:22 +01:00
parent 208ccc3a1a
commit 53be69a270

View file

@ -63,6 +63,7 @@ void HomeWidget::initializeBackgroundFromSource()
switch (backgroundSourceType) {
case BackgroundSources::Theme:
background = QPixmap("theme:backgrounds/home");
backgroundSourceCard->setCard(ExactCard());
updateButtonsToBackgroundColor();
update();
break;