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