mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 13:38:02 +02:00
Merge pull request #13055 from misslivirose/remove-help-ftue
Do not open help on first run
This commit is contained in:
commit
a42491ded7
1 changed files with 0 additions and 1 deletions
|
@ -3175,7 +3175,6 @@ void Application::handleSandboxStatus(QNetworkReply* reply) {
|
||||||
qCDebug(interfaceapp) << "First run... going to" << qPrintable(addressLookupString.isEmpty() ? QString("default location") : addressLookupString);
|
qCDebug(interfaceapp) << "First run... going to" << qPrintable(addressLookupString.isEmpty() ? QString("default location") : addressLookupString);
|
||||||
DependencyManager::get<AddressManager>()->loadSettings(addressLookupString);
|
DependencyManager::get<AddressManager>()->loadSettings(addressLookupString);
|
||||||
#else
|
#else
|
||||||
showHelp();
|
|
||||||
DependencyManager::get<AddressManager>()->goToEntry();
|
DependencyManager::get<AddressManager>()->goToEntry();
|
||||||
sentTo = SENT_TO_ENTRY;
|
sentTo = SENT_TO_ENTRY;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue