feat: responsive menu bar
This commit is contained in:
parent
623645c829
commit
97f87809b9
4 changed files with 967 additions and 212 deletions
|
|
@ -2642,7 +2642,7 @@ impl Application for App {
|
|||
}
|
||||
|
||||
fn header_start(&self) -> Vec<Element<Self::Message>> {
|
||||
vec![menu_bar(&self.config, &self.key_binds)]
|
||||
vec![menu_bar(&self.core, &self.config, &self.key_binds)]
|
||||
}
|
||||
|
||||
fn header_end(&self) -> Vec<Element<Self::Message>> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue