[v3 windows] An initially hidden window should show chromium when it is getting unhidden

This commit is contained in:
stffabi 2023-06-12 05:31:07 +02:00
commit b614e2b100

View file

@ -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())