Add setting to auto focus search bar when opening card view window (#5906)

* add new setting

* implement thing

* Rename setting

* fix build failure
This commit is contained in:
RickyRister 2025-05-04 17:09:11 -07:00 committed by GitHub
parent 2687a34019
commit 69107f79e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 33 additions and 2 deletions

View file

@ -147,6 +147,7 @@ private:
QCheckBox clickPlaysAllSelectedCheckBox;
QCheckBox playToStackCheckBox;
QCheckBox closeEmptyCardViewCheckBox;
QCheckBox focusCardViewSearchBarCheckBox;
QCheckBox annotateTokensCheckBox;
QCheckBox useTearOffMenusCheckBox;
QCheckBox tapAnimationCheckBox;