[v3 Windows] Support setMin/MaxSize, setPosition

This commit is contained in:
Lea Anthony
2023-05-01 10:52:46 +10:00
parent 1e8fc29ee4
commit cb8eb755a7
6 changed files with 263 additions and 85 deletions
@@ -46,7 +46,7 @@ func (m *MessageProcessor) processWindowMethod(method string, rw http.ResponseWr
window.UnFullscreen()
m.ok(rw)
case "Minimise":
window.Minimize()
window.Minimise()
m.ok(rw)
case "UnMinimise":
window.UnMinimise()