mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 08:52:15 -07:00
Refresh banner cards when tags are added.
This commit is contained in:
parent
238a6266d6
commit
9eb14eae7d
1 changed files with 1 additions and 0 deletions
|
|
@ -45,5 +45,6 @@ void DeckPreviewTagAdditionWidget::mousePressEvent(QMouseEvent *event)
|
|||
qDebug() << "Updated active tags:" << updatedTags;
|
||||
parent->deckLoader->setTags(updatedTags);
|
||||
parent->deckLoader->saveToFile(parent->parent->filePath, DeckLoader::CockatriceFormat);
|
||||
parent->parent->parent->refreshBannerCards();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue