🖱️ feat: Switch Scroll Button setting (#5332)

This commit is contained in:
Marco Beretta 2025-01-31 13:52:52 +01:00 committed by GitHub
parent 8a0c7d92bd
commit 1c459ed3af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 46 additions and 2 deletions

View file

@ -7,6 +7,7 @@ import { ForkSettings } from './ForkSettings';
import ChatDirection from './ChatDirection';
import ShowThinking from './ShowThinking';
import LaTeXParsing from './LaTeXParsing';
import ScrollButton from './ScrollButton';
import ModularChat from './ModularChat';
import SaveDraft from './SaveDraft';
@ -31,6 +32,9 @@ function Chat() {
<div className="pb-3">
<SaveDraft />
</div>
<div className="pb-3">
<ScrollButton />
</div>
<ForkSettings />
<div className="pb-3">
<ModularChat />