mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
[v3 windows] Refactor events + mappings. Fix app.Quit(). Make systray example work slightly better
This commit is contained in:
@@ -182,7 +182,8 @@ func (m *windowsApp) run() error {
|
||||
}
|
||||
|
||||
func (m *windowsApp) destroy() {
|
||||
//C.destroyApp()
|
||||
// Post a quit message to the main thread
|
||||
w32.PostQuitMessage(0)
|
||||
}
|
||||
|
||||
func (m *windowsApp) init() {
|
||||
|
||||
Reference in New Issue
Block a user