fixup! menu_bar: allow custom width on menu items
This commit is contained in:
parent
5ae1b961dc
commit
6158af1991
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue