Skip to content

Commit

Permalink
Merge pull request #141 from AShujiao/dev_2.5.4
Browse files Browse the repository at this point in the history
2.5.4
  • Loading branch information
AShujiao authored Aug 22, 2024
2 parents e6e44f1 + 0186d7a commit 5520805
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 5520805

Please sign in to comment.