θΏ™ζ˜―indexlocζδΎ›ηš„ζœεŠ‘οΌŒδΈθ¦θΎ“ε…₯任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions frontend/src/pages/GeneralSettings/Settings/Chat/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand All @@ -29,6 +30,7 @@ export default function ChatSettings() {
<AutoSubmit />
<AutoSpeak />
<SpellCheck />
<ShowScrollbar />
</div>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down Expand Up @@ -30,7 +29,6 @@ export default function InterfaceSettings() {
<ThemePreference />
<LanguagePreference />
<MessageDirection />
<ShowScrollbar />
</div>
</div>
</div>
Expand Down