mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-02 03:23:56 -07:00
change number dialog defaults (#4318)
This commit is contained in:
parent
5969656429
commit
1062894397
2 changed files with 64 additions and 31 deletions
|
|
@ -247,8 +247,12 @@ private:
|
|||
*aMoveToXfromTopOfLibrary;
|
||||
|
||||
bool shortcutsActive;
|
||||
int defaultNumberTopCards;
|
||||
int defaultNumberTopCardsToPlaceBelow;
|
||||
int defaultNumberTopCards = 1;
|
||||
int defaultNumberTopCardsToPlaceBelow = 1;
|
||||
int defaultNumberBottomCards = 1;
|
||||
int defaultNumberDieRoll = 20;
|
||||
static constexpr int minDieRoll = 2;
|
||||
static constexpr int maxDieRoll = 1000000;
|
||||
QString lastTokenName, lastTokenColor, lastTokenPT, lastTokenAnnotation;
|
||||
bool lastTokenDestroy;
|
||||
int lastTokenTableRow;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue