mirror of
https://github.com/italicsjenga/muda.git
synced 2025-01-11 20:31:32 +11:00
02e537ea06
* feat: add `into_id` methods to all menu item types * fix: remove `into_id` from `IsMenuItem` and add `MenuItemKind::into_id` method
6 lines
174 B
Markdown
6 lines
174 B
Markdown
---
|
|
"muda": "patch"
|
|
---
|
|
|
|
Added `into_id` method to `MenuItem`, `CheckMenuItem`, `PredefinedMenuItem`, `Submenu`, and `MenuItemKind`. It moves the menu item into its menu ID.
|