refactor: remove unused chat width parameters from syncable parameters
This commit is contained in:
parent
19986697e3
commit
c3cb3fcfcd
|
|
@ -159,18 +159,6 @@ export const SYNCABLE_PARAMETERS: SyncableParameter[] = [
|
|||
serverKey: 'fullHeightCodeBlocks',
|
||||
type: SyncableParameterType.BOOLEAN,
|
||||
canSync: true
|
||||
},
|
||||
{
|
||||
key: 'autoChatWidth',
|
||||
serverKey: 'autoChatWidth',
|
||||
type: SyncableParameterType.BOOLEAN,
|
||||
canSync: true
|
||||
},
|
||||
{
|
||||
key: 'customChatWidth',
|
||||
serverKey: 'customChatWidth',
|
||||
type: SyncableParameterType.STRING,
|
||||
canSync: true
|
||||
}
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue