mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-20 09:11:55 +03:00
e1eb911f5e
* fix(menu): ensure init & drop is done on main thread * move macros back * fix doctests * fix macos doctests * generate inner types and add drop implementation on inner * clippy * fix leftoever merge conflicts * fix doctests * update api example * add missing change file * move macro * fix tray import --------- Co-authored-by: Lucas Nogueira <lucas@tauri.app> Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
175 B
175 B
tauri |
---|
patch:bug |
Ensure initalize logic and dropping of menu item is done on the main thread, this fixes the crash when a menu item is dropped on another thread.