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,