mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 23:40:11 +02:00
Fixed web entities useBackground on reload.
Co-Authored-By: null <HifiExperiments@users.noreply.github.com>
This commit is contained in:
parent
8d904d39ce
commit
0e609b6777
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ Item {
|
||||||
property alias webViewCoreProfile: webViewCore.profile
|
property alias webViewCoreProfile: webViewCore.profile
|
||||||
property string webViewCoreUserAgent
|
property string webViewCoreUserAgent
|
||||||
|
|
||||||
property bool useBackground: true
|
property bool useBackground: webViewCore.useBackground
|
||||||
property string userScriptUrl: ""
|
property string userScriptUrl: ""
|
||||||
property string urlTag: "noDownload=false";
|
property string urlTag: "noDownload=false";
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@ Item {
|
||||||
property alias webViewCoreProfile: webViewCore.profile
|
property alias webViewCoreProfile: webViewCore.profile
|
||||||
property string webViewCoreUserAgent
|
property string webViewCoreUserAgent
|
||||||
|
|
||||||
property bool useBackground: true
|
property bool useBackground: webViewCore.useBackground
|
||||||
property string userScriptUrl: ""
|
property string userScriptUrl: ""
|
||||||
property string urlTag: "noDownload=false";
|
property string urlTag: "noDownload=false";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue