diff --git a/v3/pkg/application/webview_window_windows.go b/v3/pkg/application/webview_window_windows.go index 5d2e16494..0ae97d1b7 100644 --- a/v3/pkg/application/webview_window_windows.go +++ b/v3/pkg/application/webview_window_windows.go @@ -1283,7 +1283,7 @@ func (w *windowsWebviewWindow) processRequest(req *edge.ICoreWebView2WebResource webviewRequests <- &webViewAssetRequest{ Request: webviewRequest, windowId: w.parent.id, - windowName: globalApplication.getWindowForID(w.parent.id).Name(), + windowName: w.parent.options.Name, } }