From 5d1283bd85471f160d5220c67ad521379804f9d1 Mon Sep 17 00:00:00 2001 From: Vendicated Date: Sat, 11 Mar 2023 14:18:32 +0100 Subject: Add Web/Desktop specific plugin capabilities; misc fixes --- src/utils/types.ts | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/utils') 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 @@ -79,10 +79,6 @@ export interface PluginDef { * Whether this plugin should be enabled by default, but can be disabled */ 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 -- cgit