From 2918936b875878127cbcad5cf44c2fcb0e2371f1 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Mon, 23 May 2022 20:33:07 -0400 Subject: [PATCH] added about dialog to app --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index 5f748d2..fca61e7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -56,6 +56,7 @@ fn build_ui(app: &Application) { // set popover_menu methods popover_menu.set_texts(); + popover_menu.click_about_button(); // TODO: Set popover textviews and put them in a separate file // set header bar methods