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/components/settings/pages/plugin_list/index.tsx | 2 -- 1 file changed, 2 deletions(-) (limited to 'frontend/src/components') diff --git a/frontend/src/components/settings/pages/plugin_list/index.tsx b/frontend/src/components/settings/pages/plugin_list/index.tsx index ff6e49f7..9a7cb076 100644 --- a/frontend/src/components/settings/pages/plugin_list/index.tsx +++ b/frontend/src/components/settings/pages/plugin_list/index.tsx @@ -66,8 +66,6 @@ function PluginInteractables(props: { entry: ReorderableEntry } } catch (err) { console.error('Error Reloading Plugin Backend', err); } - - DeckyPluginLoader.importPlugin(name, version); }} > {t('PluginListIndex.reload')} -- cgit v1.2.3