mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 12:27:16 +03:00
acdd76833d
* feat(api/tray): add `TrayIcon.getById/removeById` closes #9135 * generate * add permissions --------- Co-authored-by: Lucas Nogueira <lucas@tauri.app>
336 B
336 B
tauri |
---|
patch:breaking |
Removed App/AppHandle::tray
and App/AppHandle::remove_tray
, use App/AppHandle::tray_by_id
and App/AppHandle::remove_tray_by_id
instead. If these APIs were used to access tray icon configured in tauri.conf.json
, you can use App/AppHandle::tray_by_id
with ID main
or the configured value.