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/components | |
| parent | 7a161a5b833b55a31329f9f80116e09498f38368 (diff) | |
| download | decky-loader-93b3919325b328fe95674b35b6c0b5efa69243f0.tar.gz decky-loader-93b3919325b328fe95674b35b6c0b5efa69243f0.zip | |
fix reloading pluginsv3.0.0-pre9
Diffstat (limited to 'frontend/src/components')
| -rw-r--r-- | frontend/src/components/settings/pages/plugin_list/index.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
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<PluginTableData> } } catch (err) { console.error('Error Reloading Plugin Backend', err); } - - DeckyPluginLoader.importPlugin(name, version); }} > {t('PluginListIndex.reload')} |
