-
Notifications
You must be signed in to change notification settings - Fork 39k
Test save and open dialog title proposed API #91153
Copy link
Copy link
Closed
Labels
Milestone
Description
Refs: #82871
- macOS @rebornix
- linux @mjbvz
- windows @connor4312
Complexity: 3
The OpenDialogOptions and SaveDialogOptions both include a title property in the proposed API. Write an extension that shows an open and a save dialog with the title option set.
Verify:
- That the title specified is used when the dialog is shown. Compare the behavior to that of File -> Open Workspace and File -> Save Workspace as.. If the title of those dialogs is set to mention "workspace", then this proposed API should also set the title on the OS that you're using.
- That the API makes sense (the name just comes from electron)
- That the simple file dialog respects this title. This can be tested by enabling the simple file dialog in settings or by connecting to a remote.
Reactions are currently unavailable