mirror of
https://github.com/italicsjenga/muda.git
synced 2024-12-24 12:21:31 +11:00
20c05ceae6
* refactor!: add `MenuItemKind` enum * remove as_any
202 B
202 B
muda |
---|
minor |
Removed MenuItemType
enum and replaced with MenuItemKind
enum. Menu::items
and Submenu::items
will now return Vec<MenuItemKind>
instead of Vec<Box<dyn MenuItemExt>>