mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 19:55:07 +02:00
do not open help on first run
This commit is contained in:
parent
9b80c500e3
commit
b994776ebd
1 changed files with 0 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue