[windows] Use options for window name

This commit is contained in:
stffabi
2024-03-21 09:42:23 +01:00
parent f19cc528d4
commit 189820135a
+1 -1
View File
@@ -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,
}
}