add back first run to false and fix formatting

This commit is contained in:
Liv 2017-09-05 17:50:25 -07:00
parent 2f2b406047
commit 930243539c

View file

@ -2785,6 +2785,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);