mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
[v3 mac] Add IsDarkMode to application and JS runtime. Add Common.ThemeChanged event
This commit is contained in:
@@ -63,7 +63,7 @@ func (m *MessageProcessor) processCallMethod(method string, rw http.ResponseWrit
|
||||
}()
|
||||
m.ok(rw)
|
||||
default:
|
||||
m.httpError(rw, "Unknown dialog method: %s", method)
|
||||
m.httpError(rw, "Unknown call method: %s", method)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user