Move show scrollbar option to chat settings (#4078)
move show scrollbar option to chat settings
This commit is contained in:
parent
89320588f3
commit
6a32e688b8
@ -4,6 +4,7 @@ import { useTranslation } from "react-i18next";
|
||||
import AutoSubmit from "../components/AutoSubmit";
|
||||
import AutoSpeak from "../components/AutoSpeak";
|
||||
import SpellCheck from "../components/SpellCheck";
|
||||
import ShowScrollbar from "../components/ShowScrollbar";
|
||||
|
||||
export default function ChatSettings() {
|
||||
const { t } = useTranslation();
|
||||
@ -29,6 +30,7 @@ export default function ChatSettings() {
|
||||
<AutoSubmit />
|
||||
<AutoSpeak />
|
||||
<SpellCheck />
|
||||
<ShowScrollbar />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -2,7 +2,6 @@ import Sidebar from "@/components/SettingsSidebar";
|
||||
import { isMobile } from "react-device-detect";
|
||||
import { useTranslation } from "react-i18next";
|
||||
import LanguagePreference from "../components/LanguagePreference";
|
||||
import ShowScrollbar from "../components/ShowScrollbar";
|
||||
import ThemePreference from "../components/ThemePreference";
|
||||
import { MessageDirection } from "../components/MessageDirection";
|
||||
|
||||
@ -30,7 +29,6 @@ export default function InterfaceSettings() {
|
||||
<ThemePreference />
|
||||
<LanguagePreference />
|
||||
<MessageDirection />
|
||||
<ShowScrollbar />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user