mirror of
https://github.com/encounter/objdiff.git
synced 2025-06-30 18:33:33 +00:00
parent
31e9c14681
commit
dc0c170db9
@ -242,7 +242,7 @@ pub fn config_ui(
|
|||||||
Box::pin(
|
Box::pin(
|
||||||
rfd::AsyncFileDialog::new()
|
rfd::AsyncFileDialog::new()
|
||||||
.set_directory(&target_dir)
|
.set_directory(&target_dir)
|
||||||
.add_filter("Object file", &["o", "elf"])
|
.add_filter("Object file", &["o", "elf", "obj"])
|
||||||
.pick_file(),
|
.pick_file(),
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user