Reimplement macos file picker using native APIs in the app rather than calling out to osascript #1492
Labels
feature-candidate
This issue might result in a feature to be implemented
suggestion
New feature or request
The current approach results in this weird UI experience where the file picker isn't focused correctly, and where there's a new system process for the dialog that is separate from the actual app. It also runs into problems if osascript is disabled for some reason (e.g. security policy).
There doesn't seem to be any reason why we could implement this using regular message channels to code implemented natively in the app, like a normal plugin.
The text was updated successfully, but these errors were encountered: