mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 10:58:22 +02:00
do not open help on first run
This commit is contained in:
parent
9b80c500e3
commit
b994776ebd
1 changed files with 0 additions and 3 deletions
|
@ -3166,9 +3166,6 @@ void Application::handleSandboxStatus(QNetworkReply* reply) {
|
||||||
|
|
||||||
// If this is a first run we short-circuit the address passed in
|
// If this is a first run we short-circuit the address passed in
|
||||||
if (firstRun.get()) {
|
if (firstRun.get()) {
|
||||||
#if !defined(Q_OS_ANDROID)
|
|
||||||
showHelp();
|
|
||||||
#endif
|
|
||||||
DependencyManager::get<AddressManager>()->goToEntry();
|
DependencyManager::get<AddressManager>()->goToEntry();
|
||||||
sentTo = SENT_TO_ENTRY;
|
sentTo = SENT_TO_ENTRY;
|
||||||
firstRun.set(false);
|
firstRun.set(false);
|
||||||
|
|
Loading…
Reference in a new issue