mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-01 11:13:40 +03:00
b597aa5f39
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio>
6 lines
208 B
Markdown
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")`.
|