add new setting to dlg

This commit is contained in:
RickyRister 2024-12-09 23:14:51 -08:00
parent c4287eea45
commit a5d3c52b8f
2 changed files with 10 additions and 0 deletions

View file

@ -126,6 +126,8 @@ private:
QCheckBox playToStackCheckBox;
QCheckBox annotateTokensCheckBox;
QCheckBox useTearOffMenusCheckBox;
QLabel cardViewInitialHeightLabel;
QSpinBox cardViewInitialHeightBox;
QCheckBox tapAnimationCheckBox;
QCheckBox openDeckInNewTabCheckBox;
QLabel rewindBufferingMsLabel;