mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 11:42:55 +02:00
Update FlickableWebViewCore.qml
This commit is contained in:
parent
dac9c49175
commit
4576632b69
1 changed files with 1 additions and 3 deletions
|
@ -43,12 +43,10 @@ Item {
|
||||||
}
|
}
|
||||||
|
|
||||||
function onLoadingChanged(loadRequest) {
|
function onLoadingChanged(loadRequest) {
|
||||||
webViewCore.profile.httpUserAgent: "LOLICON"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ControlsUit.ProxyWebView {
|
ControlsUit.ProxyWebView {
|
||||||
id:
|
id: webViewCore
|
||||||
profile: WebEngineProfile { httpUserAgent: "TEST2"}
|
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: parent.height
|
height: parent.height
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue