mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-17 00:37:49 +00:00
Chore: Better logical order for file picker v2 function call
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user