[v3] Fix application runtime mappings

This commit is contained in:
Lea Anthony 2023-08-28 08:36:48 +10:00
commit 6edd667bdf
No known key found for this signature in database
GPG key ID: 33DAF7BB90A58405

View file

@ -5,9 +5,9 @@ import (
)
const (
ApplicationQuit = 0
ApplicationHide = 1
ApplicationShow = 2
ApplicationHide = 0
ApplicationShow = 1
ApplicationQuit = 2
)
var applicationMethodNames = map[int]string{