Merge pull request #13055 from misslivirose/remove-help-ftue

Do not open help on first run
This commit is contained in:
Thijs Wenker 2018-05-09 18:48:05 +02:00 committed by GitHub
commit a42491ded7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3175,7 +3175,6 @@ void Application::handleSandboxStatus(QNetworkReply* reply) {
qCDebug(interfaceapp) << "First run... going to" << qPrintable(addressLookupString.isEmpty() ? QString("default location") : addressLookupString);
DependencyManager::get<AddressManager>()->loadSettings(addressLookupString);
#else
showHelp();
DependencyManager::get<AddressManager>()->goToEntry();
sentTo = SENT_TO_ENTRY;
#endif