mirror of
https://github.com/electron/electron.git
synced 2026-01-29 17:28:18 -05: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.