mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 08:22:15 -07:00
correct default destroy value
This commit is contained in:
parent
4ffe80631e
commit
fe8b36bf02
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ struct TokenInfo
|
||||||
QString color;
|
QString color;
|
||||||
QString pt;
|
QString pt;
|
||||||
QString annotation;
|
QString annotation;
|
||||||
bool destroy = false;
|
bool destroy = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
class DlgCreateToken : public QDialog
|
class DlgCreateToken : public QDialog
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue