mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
[v3 windows] An initially hidden window should show chromium when it is getting unhidden
This commit is contained in:
@@ -1239,9 +1239,6 @@ func (w *windowsWebviewWindow) navigationCompleted(sender *edge.ICoreWebView2, a
|
||||
if err != nil {
|
||||
globalApplication.fatal(err.Error())
|
||||
}
|
||||
if w.parent.options.Hidden {
|
||||
return
|
||||
}
|
||||
err = w.chromium.Show()
|
||||
if err != nil {
|
||||
globalApplication.fatal(err.Error())
|
||||
|
||||
Reference in New Issue
Block a user