mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 09:48:44 +02:00
Merge branch 'PAL_v2' of https://github.com/highfidelity/hifi into PAL_v2
This commit is contained in:
commit
140ef736ee
2 changed files with 1 additions and 2 deletions
|
@ -27,7 +27,7 @@ Item {
|
||||||
|
|
||||||
// Properties
|
// Properties
|
||||||
property string profileUrl: "";
|
property string profileUrl: "";
|
||||||
property string defaultBaseUrl: location.metaverseServerUrl;
|
property string defaultBaseUrl: AddressManager.metaverseServerUrl;
|
||||||
property string connectionStatus : ""
|
property string connectionStatus : ""
|
||||||
property string uuid: ""
|
property string uuid: ""
|
||||||
property string displayName: ""
|
property string displayName: ""
|
||||||
|
|
|
@ -2011,7 +2011,6 @@ void Application::initializeUi() {
|
||||||
rootContext->setContextProperty("Scene", DependencyManager::get<SceneScriptingInterface>().data());
|
rootContext->setContextProperty("Scene", DependencyManager::get<SceneScriptingInterface>().data());
|
||||||
rootContext->setContextProperty("Render", _renderEngine->getConfiguration().get());
|
rootContext->setContextProperty("Render", _renderEngine->getConfiguration().get());
|
||||||
rootContext->setContextProperty("Reticle", getApplicationCompositor().getReticleInterface());
|
rootContext->setContextProperty("Reticle", getApplicationCompositor().getReticleInterface());
|
||||||
rootContext->setContextProperty("location", DependencyManager::get<AddressManager>().data());
|
|
||||||
|
|
||||||
rootContext->setContextProperty("ApplicationCompositor", &getApplicationCompositor());
|
rootContext->setContextProperty("ApplicationCompositor", &getApplicationCompositor());
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue