feat: add syncable parameters for auto and custom chat width
This commit is contained in:
parent
b7851305df
commit
23758f3ba8
|
|
@ -112,6 +112,18 @@ export const SYNCABLE_PARAMETERS: SyncableParameter[] = [
|
|||
type: SyncableParameterType.BOOLEAN,
|
||||
canSync: true
|
||||
},
|
||||
{
|
||||
key: 'autoChatWidth',
|
||||
serverKey: 'autoChatWidth',
|
||||
type: SyncableParameterType.BOOLEAN,
|
||||
canSync: true
|
||||
},
|
||||
{
|
||||
key: 'customChatWidth',
|
||||
serverKey: 'customChatWidth',
|
||||
type: SyncableParameterType.STRING,
|
||||
canSync: true
|
||||
},
|
||||
{
|
||||
key: 'showMessageStats',
|
||||
serverKey: 'showMessageStats',
|
||||
|
|
|
|||
Loading…
Reference in New Issue