mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
🖱️ feat: Switch Scroll Button setting (#5332)
This commit is contained in:
parent
8a0c7d92bd
commit
1c459ed3af
6 changed files with 46 additions and 2 deletions
|
|
@ -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 />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue