mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-03 02:09:50 +03:00
acdd76833d
* feat(api/tray): add `TrayIcon.getById/removeById` closes #9135 * generate * add permissions --------- Co-authored-by: Lucas Nogueira <lucas@tauri.app>
6 lines
106 B
Markdown
6 lines
106 B
Markdown
---
|
|
'@tauri-apps/api': 'patch:feat'
|
|
---
|
|
|
|
Add `TrayIcon.getById` and `TrayIcon.removeById` static methods.
|