mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +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: {
|
||||
// Required to support clicking on "hifi://" links
|
||||
if (WebEngineView.LoadStartedStatus == loadRequest.status) {
|
||||
|
|
Loading…
Reference in a new issue