mirror of
https://github.com/overte-org/overte.git
synced 2025-07-10 18:58:37 +02:00
add back first run to false and fix formatting
This commit is contained in:
parent
758fc53882
commit
930d59c53e
1 changed files with 10 additions and 9 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue