This commit is contained in:
Bryan Hyland 2026-04-18 11:18:03 -07:00 committed by GitHub
commit 847df89f71
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 288 additions and 83 deletions

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()