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), + ) + } + > +