Merge pull request #10481 from marko8904/new_landing_in_welcome

changing the location in welcome to which a user is sent on the first run
This commit is contained in:
Clément Brisset 2017-05-19 16:45:14 -07:00 committed by GitHub
commit fa3ef25f3e

View file

@ -30,9 +30,9 @@
#include "udt/PacketHeaders.h"
#if USE_STABLE_GLOBAL_SERVICES
const QString DEFAULT_HIFI_ADDRESS = "hifi://welcome";
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";