wails/v2/pkg/application/events.go
Lea Anthony b84a2e5255
Windows tray menus (#2181)
* Add example

* Add windows systray

* Add gitkeep

* use windows.GUID
2022-12-06 20:55:56 +11:00

9 lines
97 B
Go

package application
type EventType int
const (
StartUp EventType = iota
ShutDown
DomReady
)