From 6640279ab341b95605c71165dc1c295afbf77a58 Mon Sep 17 00:00:00 2001 From: marios Date: Tue, 7 Oct 2025 01:08:39 +0300 Subject: add frontend --- frontend/src/components/DeckyState.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/src/components/DeckyState.tsx') diff --git a/frontend/src/components/DeckyState.tsx b/frontend/src/components/DeckyState.tsx index b2f7ac33..3d6e9dc4 100644 --- a/frontend/src/components/DeckyState.tsx +++ b/frontend/src/components/DeckyState.tsx @@ -47,7 +47,7 @@ export class DeckyState { return { plugins: this._plugins, disabled: this._disabledPlugins, - installedPlugins: this._disabledPlugins, + installedPlugins: this._installedPlugins, pluginOrder: this._pluginOrder, frozenPlugins: this._frozenPlugins, hiddenPlugins: this._hiddenPlugins, -- cgit v1.2.3