From 8ddddb1c7d2fb505c663cea4ca2e18947e64c793 Mon Sep 17 00:00:00 2001 From: Talon <83449188+Talon996@users.noreply.github.com> Date: Mon, 24 Apr 2023 14:05:17 +0800 Subject: [PATCH] Update config.ts --- app/store/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/store/config.ts b/app/store/config.ts index 346f38da2..26e083385 100644 --- a/app/store/config.ts +++ b/app/store/config.ts @@ -19,7 +19,7 @@ const DEFAULT_CONFIG = { historyMessageCount: 4, compressMessageLengthThreshold: 1000, sendBotMessages: true as boolean, - submitKey: SubmitKey.CtrlEnter as SubmitKey, + submitKey: SubmitKey.Enter as SubmitKey, avatar: "1f603", fontSize: 14, theme: Theme.Auto as Theme,