mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 13:04:07 +02:00
feature request is in another pull
This commit is contained in:
parent
afb6f1fe84
commit
7ec09c49f3
1 changed files with 0 additions and 5 deletions
|
@ -37,11 +37,6 @@ WebEngineView {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
onFeaturePermissionRequested: {
|
|
||||||
console.log('permission requested',securityOrigin, feature)
|
|
||||||
grantFeaturePermission(securityOrigin, feature, true);
|
|
||||||
}
|
|
||||||
|
|
||||||
onLoadingChanged: {
|
onLoadingChanged: {
|
||||||
// Required to support clicking on "hifi://" links
|
// Required to support clicking on "hifi://" links
|
||||||
if (WebEngineView.LoadStartedStatus == loadRequest.status) {
|
if (WebEngineView.LoadStartedStatus == loadRequest.status) {
|
||||||
|
|
Loading…
Reference in a new issue