mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-12 15:09:33 +08:00
9 lines
232 B
Markdown
9 lines
232 B
Markdown
## Tray
|
|
|
|
Place any PNG file in this directory to be able to use them as tray icons.
|
|
The name of the filename will be the ID to reference the image.
|
|
|
|
Example:
|
|
|
|
* `mypic.png` - May be referenced using `runtime.Tray.SetIcon("mypic")`
|