chore: set autoChatWidth to true by default
This commit is contained in:
parent
0dd4d9d588
commit
9e5d40a550
|
|
@ -12,7 +12,7 @@ export const SETTING_CONFIG_DEFAULT: Record<string, string | number | boolean> =
|
|||
disableReasoningParsing: false,
|
||||
showRawOutputSwitch: false,
|
||||
keepStatsVisible: false,
|
||||
autoChatWidth: false,
|
||||
autoChatWidth: true,
|
||||
showMessageStats: true,
|
||||
askForTitleConfirmation: false,
|
||||
pasteLongTextToFileLen: 2500,
|
||||
|
|
|
|||
Loading…
Reference in New Issue