[v3] Fix application runtime mappings

This commit is contained in:
Lea Anthony
2023-08-28 08:36:48 +10:00
parent 499ff50903
commit 6edd667bdf
@@ -5,9 +5,9 @@ import (
)
const (
ApplicationQuit = 0
ApplicationHide = 1
ApplicationShow = 2
ApplicationHide = 0
ApplicationShow = 1
ApplicationQuit = 2
)
var applicationMethodNames = map[int]string{