diff options
| author | AAGaming <aagaming@riseup.net> | 2024-08-08 15:26:40 -0400 |
|---|---|---|
| committer | AAGaming <aagaming@riseup.net> | 2024-08-08 15:26:40 -0400 |
| commit | 93b3919325b328fe95674b35b6c0b5efa69243f0 (patch) | |
| tree | 7bc4c45f32b74ce9059bd11052448d28a154ed4e /frontend/src/plugin.ts | |
| parent | 7a161a5b833b55a31329f9f80116e09498f38368 (diff) | |
| download | decky-loader-93b3919325b328fe95674b35b6c0b5efa69243f0.tar.gz decky-loader-93b3919325b328fe95674b35b6c0b5efa69243f0.zip | |
fix reloading pluginsv3.0.0-pre9
Diffstat (limited to 'frontend/src/plugin.ts')
| -rw-r--r-- | frontend/src/plugin.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
