Wails v2 currently lacks a built-in system tray runtime API. While v3 is moving towards this, many v2 users still need a cross-platform way to add system tray icons and menus.
This issue tracks the addition of:
runtime.TraySetSystemTray API for Go.
- Platform-specific implementations (Darwin, Windows, Linux).
- Documentation and examples.
Wails v2 currently lacks a built-in system tray runtime API. While v3 is moving towards this, many v2 users still need a cross-platform way to add system tray icons and menus.
This issue tracks the addition of:
runtime.TraySetSystemTrayAPI for Go.