fixup! menu_bar: allow custom width on menu items

This commit is contained in:
Bryan Hyland 2026-01-19 14:40:38 -08:00
parent 5ae1b961dc
commit 6158af1991

View file

@ -132,7 +132,7 @@ impl ResponsiveMenuBar {
key_binds,
trees
.into_iter()
.map(|mt| menu::Item::Folder(mt.0, mt.1))
.map(|mt| menu::Item::folder(mt.0, mt.1))
.collect(),
)
.into_iter()