mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
[v3] Add Restore to JS runtime
This commit is contained in:
@@ -57,6 +57,9 @@ func (m *MessageProcessor) processWindowMethod(method string, rw http.ResponseWr
|
||||
case "UnMaximise":
|
||||
window.UnMaximise()
|
||||
m.ok(rw)
|
||||
case "Restore":
|
||||
window.Restore()
|
||||
m.ok(rw)
|
||||
case "Show":
|
||||
window.Show()
|
||||
m.ok(rw)
|
||||
|
||||
Reference in New Issue
Block a user