diff options
author | Vendicated <vendicated@riseup.net> | 2023-03-11 14:18:32 +0100 |
---|---|---|
committer | Vendicated <vendicated@riseup.net> | 2023-03-11 14:18:32 +0100 |
commit | 5d1283bd85471f160d5220c67ad521379804f9d1 (patch) | |
tree | 6cf277cb33813587b04f9dfeca3d04e615b5977a /src/utils | |
parent | 3b945b87b8dc0901dd3f93230afdbb70b5ccd8c8 (diff) | |
download | Vencord-5d1283bd85471f160d5220c67ad521379804f9d1.tar.gz Vencord-5d1283bd85471f160d5220c67ad521379804f9d1.tar.bz2 Vencord-5d1283bd85471f160d5220c67ad521379804f9d1.zip |
Add Web/Desktop specific plugin capabilities; misc fixes
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/types.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/utils/types.ts b/src/utils/types.ts index 96aa4ab..76a3d74 100644 --- a/src/utils/types.ts +++ b/src/utils/types.ts @@ -80,10 +80,6 @@ export interface PluginDef { */ enabledByDefault?: boolean; /** - * Set this if your plugin only works on Browser or Desktop, not both - */ - target?: "WEB" | "DESKTOP" | "BOTH"; - /** * Optionally provide settings that the user can configure in the Plugins tab of settings. * @deprecated Use `settings` instead */ |