From dda636fcb616790e03ce2f02538f7d4a3edb9aae Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 9 Sep 2024 11:05:17 -0600 Subject: [PATCH] Fix navbar open in condensed mode by default --- src/app.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app.rs b/src/app.rs index 77b4745..97834f6 100644 --- a/src/app.rs +++ b/src/app.rs @@ -1059,9 +1059,6 @@ impl Application for App { /// Creates the application, and optionally emits command on initialize. fn init(mut core: Core, flags: Self::Flags) -> (Self, Command) { - //TODO: make set_nav_bar_toggle_condensed pub - core.nav_bar_toggle_condensed(); - let app_themes = vec![fl!("match-desktop"), fl!("dark"), fl!("light")]; let mut app = App {