mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +02:00
making sure that the first time landing in *welcome domain is updated for dev builds too
This commit is contained in:
parent
303bb05b3d
commit
986d63cdbb
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
#if USE_STABLE_GLOBAL_SERVICES
|
#if USE_STABLE_GLOBAL_SERVICES
|
||||||
const QString DEFAULT_HIFI_ADDRESS = "hifi://welcome/hello";
|
const QString DEFAULT_HIFI_ADDRESS = "hifi://welcome/hello";
|
||||||
#else
|
#else
|
||||||
const QString DEFAULT_HIFI_ADDRESS = "hifi://dev-welcome";
|
const QString DEFAULT_HIFI_ADDRESS = "hifi://dev-welcome/hello";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
const QString ADDRESS_MANAGER_SETTINGS_GROUP = "AddressManager";
|
const QString ADDRESS_MANAGER_SETTINGS_GROUP = "AddressManager";
|
||||||
|
|
Loading…
Reference in a new issue