empty card info when switching back to theme background (#6657)

This commit is contained in:
ebbit1q
2026-03-04 00:16:19 +01:00
committed by GitHub
parent 846ecb7e8d
commit 43acac5f5d

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;