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 {