Skip to content

Commit

Permalink
2.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AShujiao committed Aug 22, 2024
1 parent c77dc9d commit 0186d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PickLIst.ts
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ export class PickList {
let isFolders = type === 1 ? false : true;
let isFiles = type === 2 ? false : true;
let filters =
type === 1 ? { 'Images': ['png', 'jpg', 'gif', 'jpeg', 'jfif'] } : undefined;
type === 1 ? { 'Images': ['png', 'jpg', 'gif', 'jpeg', 'jfif', 'webp', 'bmp'] } : undefined;
let folderUris = await window.showOpenDialog( {
canSelectFolders: isFolders,
canSelectFiles: isFiles,
Expand Down

0 comments on commit 0186d7a

Please sign in to comment.