Plugin Page: add indicator for excluded plugins

This commit is contained in:
Vendicated 2024-06-20 19:48:37 +02:00 committed by Nuckyz
parent db1481711b
commit c7e4bec940
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9
7 changed files with 156 additions and 84 deletions

1
src/modules.d.ts vendored
View file

@ -26,6 +26,7 @@ declare module "~plugins" {
folderName: string;
userPlugin: boolean;
}>;
export const ExcludedPlugins: Record<string, "web" | "discordDesktop" | "vencordDesktop" | "desktop" | "dev">;
}
declare module "~pluginNatives" {