mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
add locked_controls to state.
This commit is contained in:
@ -212,6 +212,7 @@
|
||||
sessions: {},
|
||||
settings: {
|
||||
private_mode: false,
|
||||
locked_controls: false,
|
||||
implicit_hosting: false,
|
||||
inactive_cursors: false,
|
||||
merciful_reconnect: false,
|
||||
|
@ -140,6 +140,7 @@ export interface Session {
|
||||
|
||||
export interface Settings {
|
||||
private_mode: boolean
|
||||
locked_controls: boolean
|
||||
implicit_hosting: boolean
|
||||
inactive_cursors: boolean
|
||||
merciful_reconnect: boolean
|
||||
|
Reference in New Issue
Block a user