andlabs / ui

Platform-native GUI library for Go.
Other
8.34k stars 648 forks source link

Can't select a .zip file using ui.OpenFile.(on Windows) #243

Open mingxi opened 7 years ago

mingxi commented 7 years ago

Hello, I can't choose a .zip file using ui.OpenFile.(on Windows) I saw contents in zip file when I double clicked a zip package to choose it using "ui.OpenFile" api. But I just want to choose the zip file self not the contents in it. Thanks.