feat: responsive menu bar

This commit is contained in:
Ashley Wulber 2025-04-15 17:38:49 -04:00 committed by Jeremy Soller
parent 623645c829
commit 97f87809b9
4 changed files with 967 additions and 212 deletions

View file

@ -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>> {