mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-22 16:19:07 -05:00
Ignore CustomUserColors Patches
This commit is contained in:
parent
57c31a6e7c
commit
2859333945
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,7 @@ import { get } from "@api/DataStore";
|
|||
import { definePluginSettings, migratePluginSettings, Settings } from "@api/Settings";
|
||||
import { EquicordDevs } from "@utils/constants";
|
||||
import { openModal } from "@utils/modal";
|
||||
import definePlugin, { OptionType } from "@utils/types";
|
||||
import definePlugin, { OptionType, ReporterTestable } from "@utils/types";
|
||||
import { extractAndLoadChunksLazy } from "@webpack";
|
||||
import { Menu } from "@webpack/common";
|
||||
import { User } from "discord-types/general";
|
||||
|
@ -76,6 +76,7 @@ export default definePlugin({
|
|||
description: "Lets you add a custom color to any user, anywhere! Highly recommend to use with typingTweaks and roleColorEverywhere",
|
||||
authors: [EquicordDevs.mochienya],
|
||||
contextMenus: { "user-context": userContextMenuPatch },
|
||||
reporterTestable: ReporterTestable.None,
|
||||
settings,
|
||||
requireSettingsMenu,
|
||||
getCustomColorString,
|
||||
|
|
Loading…
Add table
Reference in a new issue