diff options
| author | Travis Lane <63308171+Tormak9970@users.noreply.github.com> | 2023-04-03 17:21:31 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-03 14:21:31 -0700 |
| commit | 0f36e87ccea0d9bf2a3db8ee858f27d9d1b2d796 (patch) | |
| tree | e3018e7096401d387923f388637c5a45f6fa6185 /frontend/src/index.tsx | |
| parent | fd325ef1cc1d3e78b5e7686819e05606cc79d963 (diff) | |
| download | decky-loader-0f36e87ccea0d9bf2a3db8ee858f27d9d1b2d796.tar.gz decky-loader-0f36e87ccea0d9bf2a3db8ee858f27d9d1b2d796.zip | |
Add plugin reordering (#378)
* feat: started work on saving plugin order
* feat: implemented local ReorderableList
* feat: reoder complete except for usage of DFL
* switched to using dfl reorderableList
* fix: added missing file and removed frag
* updated to newest dfl
* Update defsettings.json
* fix: plugin order was missing on init
* fix: now await pluginOrder
* fix: moved the plugin-order load to plugin-loader
* chore: v6 and dfl bump
Diffstat (limited to 'frontend/src/index.tsx')
| -rw-r--r-- | frontend/src/index.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/index.tsx b/frontend/src/index.tsx index f8e1df31..eafa9616 100644 --- a/frontend/src/index.tsx +++ b/frontend/src/index.tsx @@ -56,6 +56,7 @@ declare global { if (!window.DeckyPluginLoader.hasPlugin(plugin.name)) window.DeckyPluginLoader?.importPlugin(plugin.name, plugin.version); } + window.DeckyPluginLoader.checkPluginUpdates(); }; |
