Set up the welcome screen and open the database #125

Merged
savanni merged 7 commits from fitnesstrax/welcome into main 2023-12-19 22:02:41 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit db188ea75a - Show all commits

View File

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