mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 21:33:35 -05:00
Temp fix for settings
This commit is contained in:
parent
4c642bfcc3
commit
907bc25eef
1 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@ import UpdaterTab from "@components/VencordSettings/UpdaterTab";
|
||||||
import VencordTab from "@components/VencordSettings/VencordTab";
|
import VencordTab from "@components/VencordSettings/VencordTab";
|
||||||
import { Devs } from "@utils/constants";
|
import { Devs } from "@utils/constants";
|
||||||
import definePlugin, { OptionType } from "@utils/types";
|
import definePlugin, { OptionType } from "@utils/types";
|
||||||
import { i18n, React } from "@webpack/common";
|
import { React } from "@webpack/common";
|
||||||
|
|
||||||
import gitHash from "~git-hash";
|
import gitHash from "~git-hash";
|
||||||
|
|
||||||
|
@ -148,13 +148,13 @@ export default definePlugin({
|
||||||
|
|
||||||
if (!header) return;
|
if (!header) return;
|
||||||
|
|
||||||
const names = {
|
/* const names = {
|
||||||
top: i18n.Messages.USER_SETTINGS,
|
top: i18n.Messages.USER_SETTINGS,
|
||||||
aboveNitro: i18n.Messages.BILLING_SETTINGS,
|
aboveNitro: i18n.Messages.BILLING_SETTINGS,
|
||||||
belowNitro: i18n.Messages.APP_SETTINGS,
|
belowNitro: i18n.Messages.APP_SETTINGS,
|
||||||
aboveActivity: i18n.Messages.ACTIVITY_SETTINGS
|
aboveActivity: i18n.Messages.ACTIVITY_SETTINGS
|
||||||
};
|
};
|
||||||
return header === names[settingsLocation];
|
return header === names[settingsLocation]; */
|
||||||
},
|
},
|
||||||
|
|
||||||
patchedSettings: new WeakSet(),
|
patchedSettings: new WeakSet(),
|
||||||
|
|
Loading…
Reference in a new issue