From 223ff8d1c49e8338476627abdf7a260e2368ff3e Mon Sep 17 00:00:00 2001 From: Alexey Bogomolov Date: Thu, 11 Jan 2024 02:17:34 +0300 Subject: [PATCH] autoscroll enabled by default --- app/store/config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/store/config.ts b/app/store/config.ts index 057e31b25..161c86647 100644 --- a/app/store/config.ts +++ b/app/store/config.ts @@ -34,6 +34,7 @@ export const DEFAULT_CONFIG = { theme: Theme.Auto as Theme, tightBorder: !!getClientConfig()?.isApp, sendPreviewBubble: true, + autoScrollMessage: true, enableAutoGenerateTitle: true, sidebarWidth: DEFAULT_SIDEBAR_WIDTH,