Minor fix

This commit is contained in:
ZeldaZach 2025-01-19 07:42:23 -05:00
parent e484d2b0cc
commit 4a8a8ad432
No known key found for this signature in database

View file

@ -151,7 +151,7 @@ void CardInfoFrameWidget::viewTransformation()
const auto &cardRelations = info->getAllRelatedCards(); const auto &cardRelations = info->getAllRelatedCards();
for (const auto &cardRelation : cardRelations) { for (const auto &cardRelation : cardRelations) {
if (cardRelation->getDoesTransform()) { if (cardRelation->getDoesTransform()) {
viewTransformationButton->setVisible(true); setCard(cardRelation->getName());
break; break;
} }
} }