mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-08-25 02:04:44 -05:00
empty card info when switching back to theme background (#6657)
This commit is contained in:
@@ -63,6 +63,7 @@ void HomeWidget::initializeBackgroundFromSource()
|
||||
switch (backgroundSourceType) {
|
||||
case BackgroundSources::Theme:
|
||||
background = QPixmap("theme:backgrounds/home");
|
||||
backgroundSourceCard->setCard(ExactCard());
|
||||
updateButtonsToBackgroundColor();
|
||||
update();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user