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) { 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
} }