From e186e05c7d643aa9123ab5b381157b7806f8fdd0 Mon Sep 17 00:00:00 2001 From: Alexey Bogomolov Date: Thu, 11 Jan 2024 02:18:18 +0300 Subject: [PATCH] update autoscroll config --- app/components/settings.tsx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/app/components/settings.tsx b/app/components/settings.tsx index 409af64d3..b41f38f86 100644 --- a/app/components/settings.tsx +++ b/app/components/settings.tsx @@ -825,6 +825,21 @@ export function Settings() { } > + + + updateConfig( + (config) => + (config.autoScrollMessage = e.currentTarget.checked), + ) + } + > +