Add autoChatWidth and customChatWidth to syncable parameters
This commit is contained in:
parent
21b35be366
commit
eb997f61f9
|
|
@ -103,6 +103,18 @@ export const SYNCABLE_PARAMETERS: SyncableParameter[] = [
|
|||
serverKey: 'enableContinueGeneration',
|
||||
type: 'boolean',
|
||||
canSync: true
|
||||
},
|
||||
{
|
||||
key: 'autoChatWidth',
|
||||
serverKey: 'autoChatWidth',
|
||||
type: 'boolean',
|
||||
canSync: true
|
||||
},
|
||||
{
|
||||
key: 'customChatWidth',
|
||||
serverKey: 'customChatWidth',
|
||||
type: 'string',
|
||||
canSync: true
|
||||
}
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue