mirror of
https://github.com/Equicord/Equicord.git
synced 2025-04-02 13:41:58 -04:00
Fixes
This commit is contained in:
parent
0c8f2fd816
commit
0dc7a547fe
4 changed files with 3 additions and 4 deletions
|
@ -388,4 +388,4 @@ function PatchHelper() {
|
|||
);
|
||||
}
|
||||
|
||||
export default IS_DEV ? wrapTab(PatchHelper, "PatchHelper") : null;
|
||||
export default wrapTab(PatchHelper, "PatchHelper");
|
||||
|
|
|
@ -112,7 +112,7 @@ export default definePlugin({
|
|||
{ // Add new quest button
|
||||
find: 'tutorialId:"direct-messages"',
|
||||
replacement: {
|
||||
match: /"discord-shop"\),/,
|
||||
match: /"discord-shop"\)/,
|
||||
replace: "$&,$self.QuestButtonComponent(),"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -143,7 +143,7 @@ export default definePlugin({
|
|||
element: BackupAndRestoreTab,
|
||||
className: "vc-backup-restore"
|
||||
},
|
||||
IS_DEV && {
|
||||
{
|
||||
section: "VencordPatchHelper",
|
||||
label: "Patch Helper",
|
||||
element: PatchHelperTab,
|
||||
|
|
|
@ -38,7 +38,6 @@ export let PermissionStore: GenericStore;
|
|||
export let GuildChannelStore: GenericStore;
|
||||
export let ReadStateStore: GenericStore;
|
||||
export let PresenceStore: GenericStore;
|
||||
export let PoggerModeSettingsStore: GenericStore;
|
||||
|
||||
export let GuildStore: t.GuildStore;
|
||||
export let UserStore: Stores.UserStore & t.FluxStore;
|
||||
|
|
Loading…
Add table
Reference in a new issue