5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-06 20:31:45 +08:00
wails/v3/examples/systray-menu/README.md
Lea Anthony beacf06c7d
Fix macOS systray DPI scaling and offset.
Added new systray examples.
2024-12-13 23:46:27 +11:00

18 lines
531 B
Markdown

# Systray Menu 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 | Working |
| Windows | Working |
| Linux | |