mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
Prior to this change, attempting to use
`dialog.showSaveDialog({ defaultPath: 'foo.png' })` would open the save
dialog to the current directory with the default file name set to
`foo.png`. We now use the last selected directory instead of the current
directory.
Absolute paths are not affected by this change.
8.6 KiB
8.6 KiB