feat: add switch of send preview bubble

This commit is contained in:
RugerMc
2023-03-31 13:16:12 +08:00
parent 61eb356fd9
commit 1db210097c
6 changed files with 31 additions and 13 deletions

View File

@@ -39,6 +39,7 @@ export interface ChatConfig {
fontSize: number;
theme: Theme;
tightBorder: boolean;
sendPreviewBubble: boolean;
disablePromptHint: boolean;
@@ -128,6 +129,7 @@ const DEFAULT_CONFIG: ChatConfig = {
fontSize: 14,
theme: Theme.Auto as Theme,
tightBorder: false,
sendPreviewBubble: true,
disablePromptHint: false,