mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Previously the code only set the GtkFileChooser's property if `properties.showHiddenFiles` was set. This PR unconditionally sets the GtkFileChooser's property so that hidden files will be hidden if `properties.showHiddenFiles` was not set.