feat: responsive menu bar (#938)
This commit is contained in:
parent
b6c033562b
commit
eea916d783
6 changed files with 373 additions and 286 deletions
|
|
@ -4892,6 +4892,7 @@ impl Application for App {
|
|||
|
||||
fn header_start(&self) -> Vec<Element<Self::Message>> {
|
||||
vec![menu::menu_bar(
|
||||
&self.core,
|
||||
self.tab_model.active_data::<Tab>(),
|
||||
&self.config,
|
||||
&self.key_binds,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue