Remember past entries in "reveal card until X" window (#5755)

This commit is contained in:
RickyRister 2025-03-20 17:29:59 -07:00 committed by GitHub
parent 99376e75d6
commit 2e01dfd23a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 36 additions and 16 deletions

View file

@ -279,7 +279,7 @@ private:
bool movingCardsUntil;
QTimer *moveTopCardTimer;
QString movingCardsUntilExpr = {};
QStringList movingCardsUntilExprs = {};
int movingCardsUntilNumberOfHits = 1;
bool movingCardsUntilAutoPlay = false;
FilterString movingCardsUntilFilter;