diff --git a/app/store/app.ts b/app/store/app.ts index fe2a07da7..1bd227c6c 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.CtrlEnter as SubmitKey, + submitKey: SubmitKey.Enter as SubmitKey, avatar: "1f603", fontSize: 14, theme: Theme.Auto as Theme,