mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
add to browser
This commit is contained in:
parent
4b29921e63
commit
d73728ae78
1 changed files with 4 additions and 0 deletions
|
@ -129,6 +129,10 @@ Window {
|
|||
id: webviewProfile
|
||||
storageName: "qmlUserBrowser"
|
||||
}
|
||||
|
||||
onFeaturePermissionRequested: {
|
||||
grantFeaturePermission(securityOrigin, feature, true);
|
||||
}
|
||||
|
||||
}
|
||||
} // item
|
||||
|
|
Loading…
Reference in a new issue