5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 10:21:20 +08:00
wails/v2/examples/systray
2023-01-18 21:42:49 +11:00
..
build Windows tray menus (#2181) 2022-12-06 20:55:56 +11:00
frontend Windows tray menus (#2181) 2022-12-06 20:55:56 +11:00
.gitignore Windows tray menus (#2181) 2022-12-06 20:55:56 +11:00
go.mod Windows tray menus (#2181) 2022-12-06 20:55:56 +11:00
go.sum Windows tray menus (#2181) 2022-12-06 20:55:56 +11:00
iconDarkMode.png Windows tray menus (#2181) 2022-12-06 20:55:56 +11:00
iconLightMode.png Windows tray menus (#2181) 2022-12-06 20:55:56 +11:00
main.go merge exp branch 2023-01-18 21:42:49 +11:00
README.md Windows tray menus (#2181) 2022-12-06 20:55:56 +11:00
wails.json Windows tray menus (#2181) 2022-12-06 20:55:56 +11:00

System Tray

This example shows how to create a system tray using an experimental programmatic API.

Running

As this example outputs text to the console, it is recommended to build using wails build -debug.

Supported Platforms

  • Windows
  • macOS
  • Linux