mirror of
https://github.com/SteamDeckHomebrew/decky-frontend-lib.git
synced 2026-05-19 01:20:20 +02:00
chore: better order for file picker v2 call
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user