5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-06 04:01:51 +08:00
wails/v3/examples/systray/README.md
Lea Anthony 740b2b0979
Fix windows icon for about box.
Add NewRGBA and NewRGB methods.
Added README.md to all examples.
Add roadmap.md to docs
2023-10-09 20:56:19 +11:00

18 lines
526 B
Markdown

# Systray Example
This example creates a system tray with an attached window and a menu.
The window is hidden by default and toggled by left-clicking on the systray icon.
The window will hide automatically when it loses focus.
Right-clicking on the systray icon will show the menu.
On Windows, if the icon is in the notification flyout,
then the window will be shown in the bottom right corner.
# Status
| Platform | Status |
|----------|---------|
| Mac | |
| Windows | Working |
| Linux | |