add back first run to false and fix formatting

This commit is contained in:
Liv 2017-09-05 17:50:25 -07:00 committed by vladest
parent 758fc53882
commit 930d59c53e

View file

@ -2842,6 +2842,7 @@ void Application::handleSandboxStatus(QNetworkReply* reply) {
DependencyManager::get<AddressManager>()->goToEntry();
sentTo = SENT_TO_ENTRY;
}
firstRun.set(false);
} else {
qCDebug(interfaceapp) << "Not first run... going to" << qPrintable(addressLookupString.isEmpty() ? QString("previous location") : addressLookupString);