HumbleUI is great, does anyone know how to open a local folder and select a file?
I got a prototype working for this on Mac, by adding this to the Window interface, though I'm not sure that's the right thing to do
public abstract void showFilePicker(Consumer<String> callback);
@tonsky - curious what you think the right API for the file-picker is. Happy to make a PR if what I'm doing is close to what you'd expect.Not possible right now, it will need an implementation in JWM to support that
Thanks @tonsky looking forward to the new features.