mirror of
https://github.com/overte-org/overte.git
synced 2025-04-18 22:16:28 +02:00
fix location vs AddressManager woes
This commit is contained in:
parent
05fec328c0
commit
b3821bb02d
2 changed files with 1 additions and 2 deletions
|
@ -27,7 +27,7 @@ Item {
|
|||
|
||||
// Properties
|
||||
property string profileUrl: "";
|
||||
property string defaultBaseUrl: location.metaverseServerUrl;
|
||||
property string defaultBaseUrl: AddressManager.metaverseServerUrl;
|
||||
property string connectionStatus : ""
|
||||
property string uuid: ""
|
||||
property string displayName: ""
|
||||
|
|
|
@ -2011,7 +2011,6 @@ void Application::initializeUi() {
|
|||
rootContext->setContextProperty("Scene", DependencyManager::get<SceneScriptingInterface>().data());
|
||||
rootContext->setContextProperty("Render", _renderEngine->getConfiguration().get());
|
||||
rootContext->setContextProperty("Reticle", getApplicationCompositor().getReticleInterface());
|
||||
rootContext->setContextProperty("location", DependencyManager::get<AddressManager>().data());
|
||||
|
||||
rootContext->setContextProperty("ApplicationCompositor", &getApplicationCompositor());
|
||||
|
||||
|
|
Loading…
Reference in a new issue