mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-20 00:52:41 +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>
219 B
219 B
tauri |
---|
patch:breaking |
All menu item constructors accelerator
argument have been changed to Option<impl AsRef<str>>
so when providing None
you need to specify the generic argument like None::<&str>
.