diff --git a/ground/openpilotgcs/src/app/main.cpp b/ground/openpilotgcs/src/app/main.cpp index 8ab2bef05..085c3d74b 100644 --- a/ground/openpilotgcs/src/app/main.cpp +++ b/ground/openpilotgcs/src/app/main.cpp @@ -391,7 +391,7 @@ int main(int argc, char **argv) //Update message and postpone closing of splashscreen 3 seconds splash.showProgressMessage(QObject::tr("Application started.")); - QTimer::singleShot(3 * 1000, &splash, SLOT(close())); + QTimer::singleShot(1500, &splash, SLOT(close())); return app.exec(); }