[windows] Use options for window name

This commit is contained in:
stffabi 2023-12-01 16:16:49 +01:00
commit 189820135a

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,
}
}