tauri/.changes/tauri-tray-icon-id.md
Amr Bashir b597aa5f39
feat: add id option for tray icon in config file (#7871)
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio>
2023-10-03 10:18:19 -03:00

6 lines
208 B
Markdown

---
'tauri': 'patch:enhance'
---
Set `main` as the default `id` for the tray icon registered from the configuration file, so if the `id` is not specified, it can be retrieved using `app.tray_by_id("main")`.