Wire welcome dialog with navigation and first-run detection

This commit is contained in:
2026-03-06 11:43:25 +02:00
parent c4bf5cbdda
commit a1df353521
3 changed files with 47 additions and 11 deletions

View File

@@ -159,6 +159,8 @@ fn build_ui(app: &adw::Application) {
ui.step_indicator.set_current(0);
window.present();
crate::welcome::show_welcome_if_first_launch(&window);
}
fn build_menu() -> gtk::gio::Menu {