fix: condense app to content first

This commit is contained in:
Michael Aaron Murphy 2024-05-30 21:39:59 +02:00
parent 9f10313cd8
commit 1ef1400d8b
No known key found for this signature in database
GPG key ID: B2732D4240C9212C

View file

@ -104,7 +104,7 @@ impl Default for Core {
active: true, active: true,
context_id: crate::widget::nav_bar::Id::null(), context_id: crate::widget::nav_bar::Id::null(),
toggled: true, toggled: true,
toggled_condensed: true, toggled_condensed: false,
}, },
scale_factor: 1.0, scale_factor: 1.0,
title: HashMap::new(), title: HashMap::new(),