Ignore CustomUserColors Patches

This commit is contained in:
thororen1234 2025-02-16 20:16:41 -05:00
parent 57c31a6e7c
commit 2859333945
No known key found for this signature in database

View file

@ -11,7 +11,7 @@ import { get } from "@api/DataStore";
import { definePluginSettings, migratePluginSettings, Settings } from "@api/Settings"; import { definePluginSettings, migratePluginSettings, Settings } from "@api/Settings";
import { EquicordDevs } from "@utils/constants"; import { EquicordDevs } from "@utils/constants";
import { openModal } from "@utils/modal"; import { openModal } from "@utils/modal";
import definePlugin, { OptionType } from "@utils/types"; import definePlugin, { OptionType, ReporterTestable } from "@utils/types";
import { extractAndLoadChunksLazy } from "@webpack"; import { extractAndLoadChunksLazy } from "@webpack";
import { Menu } from "@webpack/common"; import { Menu } from "@webpack/common";
import { User } from "discord-types/general"; 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", description: "Lets you add a custom color to any user, anywhere! Highly recommend to use with typingTweaks and roleColorEverywhere",
authors: [EquicordDevs.mochienya], authors: [EquicordDevs.mochienya],
contextMenus: { "user-context": userContextMenuPatch }, contextMenus: { "user-context": userContextMenuPatch },
reporterTestable: ReporterTestable.None,
settings, settings,
requireSettingsMenu, requireSettingsMenu,
getCustomColorString, getCustomColorString,