mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 16:44:48 -07:00
don't open deck in new tab if current tab is blank (#5169)
This commit is contained in:
parent
f4e2f117c3
commit
86a4b130ff
2 changed files with 12 additions and 2 deletions
|
|
@ -100,6 +100,7 @@ private slots:
|
|||
void showSearchSyntaxHelp();
|
||||
|
||||
private:
|
||||
bool isBlankNewDeck() const;
|
||||
CardInfoPtr currentCardInfo() const;
|
||||
void addCardHelper(QString zoneName);
|
||||
void offsetCountAtIndex(const QModelIndex &idx, int offset);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue