diff options
Diffstat (limited to 'frontend/src/components/settings/pages')
| -rw-r--r-- | frontend/src/components/settings/pages/developer/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/settings/pages/developer/index.tsx b/frontend/src/components/settings/pages/developer/index.tsx index c0a8ca9e..5ed76515 100644 --- a/frontend/src/components/settings/pages/developer/index.tsx +++ b/frontend/src/components/settings/pages/developer/index.tsx @@ -29,6 +29,7 @@ const installFromZip = async () => { return; } window.DeckyPluginLoader.openFilePickerV2( + FileSelectionType.FILE, path, true, true, @@ -36,7 +37,6 @@ const installFromZip = async () => { ['zip'], false, false, - FileSelectionType.FILE, ).then((val) => { const url = `file://${val.path}`; console.log(`Installing plugin locally from ${url}`); |
