mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
[windows] Use options for window name
This commit is contained in:
parent
f19cc528d4
commit
189820135a
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue