mirror of
https://github.com/tauri-apps/tauri.git
synced 2025-01-07 03:44:07 +03:00
441f964654
* feat: try_get_item() for window menu Add a method in the MenuHandle struct, that will return an Optional MenuItemHandle feat: try_get_item() for systemtray Add a method in the SystemTrayHandle struct, that will return an Optional SystemTrayMenuItemHandle docs: features documented in ./changes/minor.md fix: suggested changes fix CI * Update .changes/tray_get_item.md ---------
139 B
139 B
tauri |
---|
minor |
Add MenuHandle::try_get_item
and SystemTrayHandle::try_get_item
which returns a Option
instead of panicking.