From 65f1eb052de17f21144571d932281a0484f48dfd Mon Sep 17 00:00:00 2001 From: Jesse Bofill Date: Mon, 6 Oct 2025 13:50:02 -0600 Subject: implement base frontend changes necessary for plugin disabling --- frontend/src/plugin.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'frontend/src/plugin.ts') diff --git a/frontend/src/plugin.ts b/frontend/src/plugin.ts index 0035990e..f53118b2 100644 --- a/frontend/src/plugin.ts +++ b/frontend/src/plugin.ts @@ -14,6 +14,8 @@ export interface Plugin { titleView?: JSX.Element; } +export type DisabledPlugin = Pick; + export enum InstallType { INSTALL, REINSTALL, -- cgit v1.2.3