fix: condense app to content first
This commit is contained in:
parent
9f10313cd8
commit
1ef1400d8b
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ impl Default for Core {
|
|||
active: true,
|
||||
context_id: crate::widget::nav_bar::Id::null(),
|
||||
toggled: true,
|
||||
toggled_condensed: true,
|
||||
toggled_condensed: false,
|
||||
},
|
||||
scale_factor: 1.0,
|
||||
title: HashMap::new(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue