mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-09 17:44:01 -07:00
Don't imply that Archidekt supports multiple cards/commander names.
This commit is contained in:
parent
8e1f4b61d4
commit
af2502905e
1 changed files with 2 additions and 2 deletions
|
|
@ -142,11 +142,11 @@ TabArchidekt::TabArchidekt(TabSupervisor *_tabSupervisor) : Tab(_tabSupervisor)
|
|||
|
||||
// Contained cards
|
||||
cardsField = new QLineEdit(navigationContainer);
|
||||
cardsField->setPlaceholderText("Cards (comma separated)");
|
||||
cardsField->setPlaceholderText("Deck contains card...");
|
||||
|
||||
// Commanders
|
||||
commandersField = new QLineEdit(navigationContainer);
|
||||
commandersField->setPlaceholderText("Commanders (comma separated)");
|
||||
commandersField->setPlaceholderText("Deck has commander...");
|
||||
|
||||
// DB supplemented card search
|
||||
auto cardDatabaseModel = new CardDatabaseModel(CardDatabaseManager::getInstance(), false, this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue