making sure that the first time landing in *welcome domain is updated for dev builds too

This commit is contained in:
Marko Kudjerski 2017-05-16 19:28:44 -07:00
parent 303bb05b3d
commit 986d63cdbb

View file

@ -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";