Update count label.

This commit is contained in:
Lukas Brübach 2025-02-07 11:22:24 +01:00
parent 669e9e42f6
commit 69adf806e6

View file

@ -506,6 +506,8 @@ void SetEntryWidget::populateCardList()
unusedCards.removeAll(cardName);
}
checkVisibility();
countLabel->setText(QString::number(possibleCards.size()) + " (" +
QString::number(possibleCards.size() + unusedCards.size()) + ")");
}
void SetEntryWidget::updateCardDisplayWidgets()