mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-22 14:53:53 -07:00
"Play top cards until" action now has option for number of hits (#5229)
* create new dlg window * get thing to work * move validation into dlg * remove nodiscard I'll revert this if someone else complains
This commit is contained in:
parent
315cbc0925
commit
e9b78c1c59
5 changed files with 130 additions and 23 deletions
|
|
@ -267,7 +267,10 @@ private:
|
|||
bool movingCardsUntil;
|
||||
QTimer *moveTopCardTimer;
|
||||
QString previousMovingCardsUntilExpr = {};
|
||||
int previousMovingCardsUntilNumberOfHits = 1;
|
||||
FilterString movingCardsUntilFilter;
|
||||
int movingCardsUntilCounter = 0;
|
||||
void stopMoveTopCardsUntil();
|
||||
|
||||
bool shortcutsActive;
|
||||
int defaultNumberTopCards = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue