saurvs/nfd-rs

Cant navigate in filesystem

ctaque opened this issue · 1 comments

When I open the system dialog with open_file_dialog I can't navigate between the folders :

let result = nfd::open_file_dialog(Some("png"), Some("~/Pictures")).unwrap_or_else(|e| {
       panic!(e);
});

The buttons event on the sidebar are disabled, and I don't land on the Pictures folder

This should be fixed in the upstream project devel branch by mlabbe/nativefiledialog@eb29acc as of today.