mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 01:24:03 +02:00
use the HFWebEngineProfile in Desktop.qml
This commit is contained in:
parent
c4cec8eb1e
commit
5682d51667
1 changed files with 1 additions and 3 deletions
|
@ -27,7 +27,7 @@ OriginalDesktop.Desktop {
|
|||
property alias toolWindow: toolWindow
|
||||
ToolWindow { id: toolWindow }
|
||||
|
||||
property var browserProfile: WebEngineProfile {
|
||||
property var browserProfile: HFWebEngineProfile {
|
||||
id: webviewProfile
|
||||
storageName: "qmlWebEngine"
|
||||
}
|
||||
|
@ -125,5 +125,3 @@ OriginalDesktop.Desktop {
|
|||
return result;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue