feat(chat): add wide layout setting
This commit is contained in:
@@ -133,6 +133,7 @@ export type DesktopSettings = {
|
||||
mermaidRenderingMode?: 'svg' | 'ascii';
|
||||
userMessageRenderingMode?: 'markdown' | 'plain';
|
||||
stickyUserHeader?: boolean;
|
||||
wideChatLayoutEnabled?: boolean;
|
||||
showSplitAssistantMessageActions?: boolean;
|
||||
fontSize?: number;
|
||||
terminalFontSize?: number;
|
||||
|
||||
Reference in New Issue
Block a user