KilleenCode / brancato

A cross-platform omnibar to to easily run workflows, built in Rust 🦀
MIT License
5 stars 2 forks source link

Bug: "Set custom config file" beachballs on Mac #61

Open RyKilleen opened 2 years ago

RyKilleen commented 2 years ago

This is likely due to using the blocking version of FileDialogBuilder in the main thread, which there were a whole bunch of warnings about. Likely requires some messaging setup instead of relying on sync