Fix navbar open in condensed mode by default

This commit is contained in:
Jeremy Soller 2024-09-09 11:05:17 -06:00
parent 3626097c90
commit dda636fcb6

View file

@ -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<Self::Message>) {
//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 {