mirror of
https://github.com/lubosz/overte.git
synced 2025-04-15 23:41:43 +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
|
||||
const QString DEFAULT_HIFI_ADDRESS = "hifi://welcome/hello";
|
||||
#else
|
||||
const QString DEFAULT_HIFI_ADDRESS = "hifi://dev-welcome";
|
||||
const QString DEFAULT_HIFI_ADDRESS = "hifi://dev-welcome/hello";
|
||||
#endif
|
||||
|
||||
const QString ADDRESS_MANAGER_SETTINGS_GROUP = "AddressManager";
|
||||
|
|
Loading…
Reference in a new issue