mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 08:22:15 -07:00
just have the deck name
This commit is contained in:
parent
6d870dfe20
commit
9b0954dc9f
1 changed files with 1 additions and 1 deletions
|
|
@ -299,7 +299,7 @@ QMenu *CardInfoPictureWidget::createAddToOpenDeckMenu()
|
|||
QList<TabDeckEditor *> deckEditorTabs = mainWindow->getTabSupervisor()->getDeckEditorTabs();
|
||||
|
||||
for (auto &deckEditorTab : deckEditorTabs) {
|
||||
auto *addCardMenu = new QMenu(tr("Add card to") + " " + deckEditorTab->getTabText());
|
||||
auto *addCardMenu = new QMenu(deckEditorTab->getTabText());
|
||||
QAction *addCard = new QAction(this);
|
||||
addCard->setText(tr("Mainboard"));
|
||||
connect(addCard, &QAction::triggered, this, [this, deckEditorTab] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue