chore: better order for file picker v2 call

This commit is contained in:
Marco Rodolfi
2023-06-22 11:59:01 +02:00
parent 2b31473614
commit 7e01781d40

View File

@@ -64,8 +64,8 @@ export interface ServerAPI {
openFilePickerV2(
startPath: string,
includeFiles?: boolean,
filter?: RegExp | ((file: File) => boolean),
includeFolders?: boolean,
filter?: RegExp | ((file: File) => boolean),
extensions?: string[],
showHiddenFiles?: boolean,
allowAllFiles?: boolean,