sqweek / dialog

Simple cross-platform dialog API for go-lang
ISC License
509 stars 77 forks source link

Windows 11: FileOpen filter extensions not working? #77

Closed dweymouth closed 1 year ago

dweymouth commented 1 year ago

It seems that setting an extensions filter in a FileSave FileOpen dialog is not working on Windows 11? The dialog is allowing the user to select any file. The same code works fine on MacOS so I don't believe it's a bug on my end

roffe commented 1 year ago

I use file open dialog with extension on Windows 11 without problems

dweymouth commented 1 year ago

Never mind, I needed to set the Description along with the Extensions