mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 20:48:52 +03:00
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")`.
|