Set up the welcome screen and open the database #125
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue