mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-30 18:46:27 +03:00
bcf279278d
* feat(core): add `ContextMenu::hpopupmenu` on Windows closes #11339 * Update crates/tauri/src/menu/mod.rs --------- Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app>
219 B
219 B
tauri |
---|
patch:feat |
On Windows, Add ContextMenu::hpopupmenu
method to get the HMENU
used for popups and tray icon menu.