mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-03 12:03:55 -07:00
Add client UI setting for idleclientdisconnect (#2244)
* Add client UI setting for idleclientdisconnect Added disabled option in client UI for client disconnect. * Updated settings text Updated settings text for clarity. * Updated descripton text (again) Per request for clarity
This commit is contained in:
parent
dfc4d9937b
commit
63a4f147f4
5 changed files with 22 additions and 3 deletions
|
|
@ -112,6 +112,7 @@ private:
|
|||
QCheckBox playToStackCheckBox;
|
||||
QCheckBox annotateTokensCheckBox;
|
||||
QCheckBox tapAnimationCheckBox;
|
||||
QCheckBox idleClientTimeOutCheckBox;
|
||||
QGroupBox *generalGroupBox;
|
||||
QGroupBox *animationGroupBox;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue