Update packages, file extension handling.
This commit is contained in:
1327
Cargo.lock
generated
1327
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -35,7 +35,7 @@ impl FileField {
|
|||||||
|
|
||||||
pub fn select_file(&mut self) {
|
pub fn select_file(&mut self) {
|
||||||
let result = FileDialog::new()
|
let result = FileDialog::new()
|
||||||
.add_filter("JPG Files", &["*.jpg", "*.jpeg"])
|
.add_filter("JPG Files", &["jpg", "jpeg"])
|
||||||
.show_open_single_file();
|
.show_open_single_file();
|
||||||
|
|
||||||
if let Ok(pathbuf) = result {
|
if let Ok(pathbuf) = result {
|
||||||
|
Reference in New Issue
Block a user