5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-08 04:29:14 +08:00
wails/v3/examples/systray-basic
2025-04-25 20:51:34 +10:00
..
main.go Update systray-custom to show keep-alive after window kill 2024-12-23 20:55:29 +11:00
README.md Initial Windows testing completed. 7 issues. 2025-04-25 20:51:34 +10:00

Systray Basic Example

This example creates a simple system tray with an attached window. The window is hidden by default and toggled by left-clicking on the systray icon. The window will hide automatically when it loses focus.

On Windows, if the icon is in the notification flyout, then the window will be shown in the bottom right corner.