[v3 mac] Add IsDarkMode to application and JS runtime. Add Common.ThemeChanged event

This commit is contained in:
Lea Anthony
2023-08-18 17:36:14 +10:00
parent 79deb37675
commit ffed41553a
25 changed files with 630 additions and 487 deletions
+2
View File
@@ -94,6 +94,8 @@ func (m *MessageProcessor) HandleRuntimeCall(rw http.ResponseWriter, r *http.Req
m.processScreensMethod(method, rw, r, targetWindow, params)
case "call":
m.processCallMethod(method, rw, r, targetWindow, params)
case "system":
m.processSystemMethod(method, rw, r, targetWindow, params)
default:
m.httpError(rw, "Unknown runtime call: %s", object)
}