autoscroll enabled by default

This commit is contained in:
Alexey Bogomolov 2024-01-11 02:17:34 +03:00
parent 28f40ebaa1
commit 223ff8d1c4

View File

@ -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,