From ee752762f44373cea6d6dc4ee768099a50b15734 Mon Sep 17 00:00:00 2001 From: user0650 <7190674+user0650@users.noreply.github.com> Date: Sun, 16 Apr 2023 14:46:56 +0000 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E9=80=81=E4=BF=A1=E6=81=AF=E9=A2=84?= =?UTF-8?q?=E8=A7=88=E9=BB=98=E8=AE=A4=E5=80=BC=E6=94=B9=E4=B8=BAfalse?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/store/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/store/app.ts b/app/store/app.ts index 56037a5db..5b6fe0b66 100644 --- a/app/store/app.ts +++ b/app/store/app.ts @@ -141,7 +141,7 @@ const DEFAULT_CONFIG: ChatConfig = { fontSize: 14, theme: Theme.Auto as Theme, tightBorder: true, - sendPreviewBubble: true, + sendPreviewBubble: false, sidebarWidth: 300, disablePromptHint: false,