From e85f0417d9ac26953490509ccd027416acb6da20 Mon Sep 17 00:00:00 2001 From: chen <1154760273@qq.com> Date: Fri, 21 Apr 2023 20:40:55 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E4=BF=AE=E6=94=B9=E4=B8=BAEnter?= =?UTF-8?q?=E6=8F=90=E4=BA=A4"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 3bef1292f3d6b9cd49d548892f7174eafdf7f4c2. --- 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 1bd227c6c..fe2a07da7 100644 --- a/app/store/app.ts +++ b/app/store/app.ts @@ -139,7 +139,7 @@ const DEFAULT_CONFIG: ChatConfig = { historyMessageCount: 4, compressMessageLengthThreshold: 1000, sendBotMessages: true as boolean, - submitKey: SubmitKey.Enter as SubmitKey, + submitKey: SubmitKey.CtrlEnter as SubmitKey, avatar: "1f603", fontSize: 14, theme: Theme.Auto as Theme,