mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-15 17:46:47 +02:00
start in quest dev
This commit is contained in:
parent
109eb62886
commit
a87e49bb23
1 changed files with 5 additions and 0 deletions
|
@ -2414,6 +2414,11 @@ Application::Application(int& argc, char** argv, QElapsedTimer& startupTimer, bo
|
|||
AndroidHelper::instance().notifyLoadComplete();
|
||||
#endif
|
||||
pauseUntilLoginDetermined();
|
||||
|
||||
#if defined(Q_OS_ANDROID)
|
||||
const QString QUEST_DEV = "hifi://quest-dev";
|
||||
DependencyManager::get<AddressManager>()->handleLookupString(QUEST_DEV);
|
||||
#endif
|
||||
}
|
||||
|
||||
void Application::updateVerboseLogging() {
|
||||
|
|
Loading…
Reference in a new issue