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

View file

@ -39,7 +39,7 @@ interface PluginData {
hasCommands: boolean;
required: boolean;
enabledByDefault: boolean;
target: "discordDesktop" | "vencordDesktop" | "web" | "dev";
target: "discordDesktop" | "vencordDesktop" | "desktop" | "web" | "dev";
filePath: string;
}