Skip to content

Commit

Permalink
Empty file name by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Zusier committed Nov 20, 2021
1 parent 6742310 commit e91e7ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion filepicker/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ func main() {
Title: "Open An Executable", // Title of the dialog window
Role: "AtlasFilePick", // used to differentiate between different file picker dialogs
FileFilters: []cfd.FileFilter{{DisplayName: "Executable Files (*.exe)", Pattern: "*.exe"}},
FileName: "game.exe", // default file name
})
if err != nil {
fmt.Println(err)
Expand Down

0 comments on commit e91e7ff

Please sign in to comment.