diff options
Diffstat (limited to 'frontend/src/plugin-loader.tsx')
| -rw-r--r-- | frontend/src/plugin-loader.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/frontend/src/plugin-loader.tsx b/frontend/src/plugin-loader.tsx index 8190fbc4..e8671faa 100644 --- a/frontend/src/plugin-loader.tsx +++ b/frontend/src/plugin-loader.tsx @@ -368,8 +368,8 @@ class PluginLoader extends Logger { return this.openFilePickerV2( startPath, true, - regex, true, + regex, undefined, undefined, undefined, @@ -380,8 +380,8 @@ class PluginLoader extends Logger { return this.openFilePickerV2( startPath, false, - regex, true, + regex, undefined, undefined, undefined, @@ -394,8 +394,8 @@ class PluginLoader extends Logger { openFilePickerV2( startPath: string, includeFiles?: boolean, - filter?: RegExp | ((file: File) => boolean), includeFolders?: boolean, + filter?: RegExp | ((file: File) => boolean), extensions?: string[], showHiddenFiles?: boolean, allowAllFiles?: boolean, |
