fox32: Set title of open file dialog
This commit is contained in:
parent
6a319071c0
commit
3b9c7b8bee
|
@ -38,6 +38,7 @@ impl DiskController {
|
||||||
.add_filter("f32 Binary", &["f32"])
|
.add_filter("f32 Binary", &["f32"])
|
||||||
.add_filter("Raw Binary", &["bin"])
|
.add_filter("Raw Binary", &["bin"])
|
||||||
.add_filter("All Files", &["*"])
|
.add_filter("All Files", &["*"])
|
||||||
|
.set_title(&format!("Select a file to mount"))
|
||||||
.pick_file();
|
.pick_file();
|
||||||
match path {
|
match path {
|
||||||
Some(path) => Some(File::open(path).unwrap()),
|
Some(path) => Some(File::open(path).unwrap()),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user