add locked controls to settings.

This commit is contained in:
Miroslav Šedivý
2023-05-14 22:41:32 +02:00
parent b8fccc4d07
commit cf4e0666fe
4 changed files with 19 additions and 0 deletions

View File

@ -30,6 +30,7 @@ type SessionState struct {
type Settings struct {
PrivateMode bool `json:"private_mode"`
LockedControls bool `json:"locked_controls"`
ImplicitHosting bool `json:"implicit_hosting"`
InactiveCursors bool `json:"inactive_cursors"`
MercifulReconnect bool `json:"merciful_reconnect"`