Fix navbar open in condensed mode by default
This commit is contained in:
parent
3626097c90
commit
dda636fcb6
1 changed files with 0 additions and 3 deletions
|
|
@ -1059,9 +1059,6 @@ impl Application for App {
|
||||||
|
|
||||||
/// Creates the application, and optionally emits command on initialize.
|
/// Creates the application, and optionally emits command on initialize.
|
||||||
fn init(mut core: Core, flags: Self::Flags) -> (Self, Command<Self::Message>) {
|
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 app_themes = vec![fl!("match-desktop"), fl!("dark"), fl!("light")];
|
||||||
|
|
||||||
let mut app = App {
|
let mut app = App {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue