do not open help on first run

This commit is contained in:
Liv Erickson 2018-04-30 12:01:37 -07:00
parent 9b80c500e3
commit b994776ebd

View file

@ -3166,9 +3166,6 @@ void Application::handleSandboxStatus(QNetworkReply* reply) {
// If this is a first run we short-circuit the address passed in
if (firstRun.get()) {
#if !defined(Q_OS_ANDROID)
showHelp();
#endif
DependencyManager::get<AddressManager>()->goToEntry();
sentTo = SENT_TO_ENTRY;
firstRun.set(false);