From 93b3919325b328fe95674b35b6c0b5efa69243f0 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Thu, 8 Aug 2024 15:26:40 -0400 Subject: fix reloading plugins --- frontend/src/plugin.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'frontend/src/plugin.ts') diff --git a/frontend/src/plugin.ts b/frontend/src/plugin.ts index 92a0c625..0a6ae7aa 100644 --- a/frontend/src/plugin.ts +++ b/frontend/src/plugin.ts @@ -6,6 +6,7 @@ export enum PluginLoadType { export interface Plugin { name: string; version?: string; + loadType?: PluginLoadType; icon: JSX.Element; content?: JSX.Element; onDismount?(): void; -- cgit v1.2.3