Update FlickableWebViewCore.qml

This commit is contained in:
Kalila 2021-01-29 13:31:06 -05:00 committed by GitHub
parent dac9c49175
commit 4576632b69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,12 +43,10 @@ Item {
}
function onLoadingChanged(loadRequest) {
webViewCore.profile.httpUserAgent: "LOLICON"
}
ControlsUit.ProxyWebView {
id:
profile: WebEngineProfile { httpUserAgent: "TEST2"}
id: webViewCore
width: parent.width
height: parent.height
}