mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +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
|
property alias toolWindow: toolWindow
|
||||||
ToolWindow { id: toolWindow }
|
ToolWindow { id: toolWindow }
|
||||||
|
|
||||||
property var browserProfile: WebEngineProfile {
|
property var browserProfile: HFWebEngineProfile {
|
||||||
id: webviewProfile
|
id: webviewProfile
|
||||||
storageName: "qmlWebEngine"
|
storageName: "qmlWebEngine"
|
||||||
}
|
}
|
||||||
|
@ -125,5 +125,3 @@ OriginalDesktop.Desktop {
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue