-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
BugSomething isn't workingSomething isn't workingMacOSTODOThe issue is ready to be developedThe issue is ready to be developedWindowsawaiting feedbackMore information is required from the requestorMore information is required from the requestorv3-alpha
Description
Description
On Windows, below code can select files, but on MacOS, all files are grey
const options: Dialogs.OpenFileDialogOptions = {
Title: "选择文件",
Filters: [{ DisplayName: "Images", Pattern: "*.png;*.jpg;*.jpeg;*.tif;*.tiff" }],
};
const result = await Dialogs.OpenFile(options);
CanChooseFiles: true
is required on Mac but not on Windows
To Reproduce
N/A
Expected behaviour
N/A
Screenshots
No response
Attempted Fixes
No response
System Details
N/A
Additional context
No response
dosubot
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't workingMacOSTODOThe issue is ready to be developedThe issue is ready to be developedWindowsawaiting feedbackMore information is required from the requestorMore information is required from the requestorv3-alpha
Type
Projects
Status
No status