mirror of
https://github.com/tauri-apps/tauri.git
synced 2025-01-08 04:06:53 +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 ---------
6 lines
139 B
Markdown
6 lines
139 B
Markdown
---
|
|
'tauri': minor
|
|
---
|
|
|
|
Add `MenuHandle::try_get_item` and `SystemTrayHandle::try_get_item` which returns a `Option` instead of panicking.
|