mirror of
https://github.com/electron/electron.git
synced 2026-01-27 00:09:09 -05:00
On Windows when you open the save dialog and switch the filter, the extension is supposed to change accordingly. It didn't happen with the existing code, since the existing code didn't set the default extension (should be set to the first filter). This resolves #2915.