mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
[windows] Use options for window name
This commit is contained in:
@@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user