Update notify-rs to fix WSL crash

Fixes #66
This commit is contained in:
2024-06-04 17:11:22 -06:00
parent a5a6a3928e
commit 79cd460333
6 changed files with 21 additions and 15 deletions

View File

@@ -242,7 +242,7 @@ pub fn config_ui(
|| {
Box::pin(
rfd::AsyncFileDialog::new()
.set_directory(&target_dir)
.set_directory(target_dir)
.add_filter("Object file", &["o", "elf", "obj"])
.pick_file(),
)