mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 10:06:57 +02:00
don't show help or login on first run
This commit is contained in:
parent
0de721e8f4
commit
8b51746788
1 changed files with 0 additions and 5 deletions
|
@ -702,9 +702,6 @@ Application::Application(int& argc, char** argv, QElapsedTimer& startupTimer) :
|
||||||
// The value will be 0 if the user blew away settings this session, which is both a feature and a bug.
|
// The value will be 0 if the user blew away settings this session, which is both a feature and a bug.
|
||||||
UserActivityLogger::getInstance().launch(applicationVersion(), _previousSessionCrashed, sessionRunTime.get());
|
UserActivityLogger::getInstance().launch(applicationVersion(), _previousSessionCrashed, sessionRunTime.get());
|
||||||
|
|
||||||
// once the event loop has started, check and signal for an access token
|
|
||||||
QMetaObject::invokeMethod(&accountManager, "checkAndSignalForAccessToken", Qt::QueuedConnection);
|
|
||||||
|
|
||||||
auto addressManager = DependencyManager::get<AddressManager>();
|
auto addressManager = DependencyManager::get<AddressManager>();
|
||||||
|
|
||||||
// use our MyAvatar position and quat for address manager path
|
// use our MyAvatar position and quat for address manager path
|
||||||
|
@ -1327,8 +1324,6 @@ void Application::initializeGL() {
|
||||||
|
|
||||||
// update before the first render
|
// update before the first render
|
||||||
update(0);
|
update(0);
|
||||||
|
|
||||||
InfoView::show(INFO_HELP_PATH, true);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
FrameTimingsScriptingInterface _frameTimingsScriptingInterface;
|
FrameTimingsScriptingInterface _frameTimingsScriptingInterface;
|
||||||
|
|
Loading…
Reference in a new issue