refresh legalities in rebuildTree

This commit is contained in:
RickyRister 2025-12-31 20:28:24 -08:00
parent 8f6563e7a8
commit 8967ec6683
2 changed files with 1 additions and 1 deletions

View file

@ -599,6 +599,7 @@ void DeckListModel::setDeckList(const QSharedPointer<DeckList> &_deck)
deckList = _deck;
}
rebuildTree();
refreshCardFormatLegalities();
emit deckReplaced();
}