98teg / NativeDialogs

Native Dialogs is a plugin for Godot that allows you to interact with OS-specific dialogs, such as notifications, messages and file dialogs.
MIT License
156 stars 8 forks source link

Signal "file_selected" seems not works for FILE_MODE_OPEN_FILE type dialog on Mac #22

Closed jospic closed 1 year ago

jospic commented 1 year ago

Hi, I've tried latest plugin (2.1.0) on my Mac. Filemode SAVE_FILE is ok but on OPEN_FILE mode that signal is ignored. Any issue? Thanks in advance. -j