mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 00:42:01 +00:00
fix reloading plugins
This commit is contained in:
@@ -6,6 +6,7 @@ export enum PluginLoadType {
|
||||
export interface Plugin {
|
||||
name: string;
|
||||
version?: string;
|
||||
loadType?: PluginLoadType;
|
||||
icon: JSX.Element;
|
||||
content?: JSX.Element;
|
||||
onDismount?(): void;
|
||||
|
||||
Reference in New Issue
Block a user