Allow the user to create a new file

This commit is contained in:
Savanni D'Gerinel 2023-12-19 00:37:51 -05:00
parent 104ffc5782
commit db188ea75a
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ impl FileChooserRow {
let not_cancellable: Option<&gio::Cancellable> = None;
let s = s.clone();
let on_selected = on_selected.clone();
gtk::FileDialog::builder().build().open(
gtk::FileDialog::builder().build().save(
no_window,
not_cancellable,
move |file_id| match file_id {