popup refactor

This commit is contained in:
Ashley Wulber 2025-06-09 10:38:33 -04:00
parent 51c391a656
commit 3fd6c4f6bc
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
6 changed files with 180 additions and 485 deletions

View file

@ -86,7 +86,7 @@ impl ResponsiveMenuBar {
crate::widget::RcElementWrapper::new(Element::from(
menu::root(mt.0),
)),
menu::items(key_binds, mt.1.into()),
menu::items(key_binds, mt.1),
)
})
.collect(),