Show Card Names

This commit is contained in:
ZeldaZach 2025-01-25 17:25:32 -05:00
parent 24d7d0725c
commit 62374be2c5
No known key found for this signature in database

View file

@ -14,7 +14,7 @@ EdhrecCommanderApiResponseCardDetailsDisplayWidget::EdhrecCommanderApiResponseCa
cardPictureWidget->setCard(CardDatabaseManager::getInstance()->getCard(toDisplay.name));
label = new QLabel(this);
label->setText(toDisplay.label);
label->setText(toDisplay.name + "\n" + toDisplay.label);
label->setAlignment(Qt::AlignHCenter);
// Set label color based on inclusion rate