diff --git a/src/plugins/_core/settings.tsx b/src/plugins/_core/settings.tsx index 939cf83a..e9eaa71b 100644 --- a/src/plugins/_core/settings.tsx +++ b/src/plugins/_core/settings.tsx @@ -26,7 +26,7 @@ import UpdaterTab from "@components/VencordSettings/UpdaterTab"; import VencordTab from "@components/VencordSettings/VencordTab"; import { Devs } from "@utils/constants"; import definePlugin, { OptionType } from "@utils/types"; -import { i18n, React } from "@webpack/common"; +import { React } from "@webpack/common"; import gitHash from "~git-hash"; @@ -148,13 +148,13 @@ export default definePlugin({ if (!header) return; - const names = { + /* const names = { top: i18n.Messages.USER_SETTINGS, aboveNitro: i18n.Messages.BILLING_SETTINGS, belowNitro: i18n.Messages.APP_SETTINGS, aboveActivity: i18n.Messages.ACTIVITY_SETTINGS }; - return header === names[settingsLocation]; + return header === names[settingsLocation]; */ }, patchedSettings: new WeakSet(),