diff --git a/src/Gui/MainWindow.cpp b/src/Gui/MainWindow.cpp index e4b7d959f0..9dc7efde87 100644 --- a/src/Gui/MainWindow.cpp +++ b/src/Gui/MainWindow.cpp @@ -1911,7 +1911,7 @@ void MainWindow::startSplasher() if (hGrp->GetBool("ShowSplasher", true)) { d->splashscreen = new SplashScreen(this->splashImage()); - if (!hGrp->GetBool("ShowSplasherMessages", true)) { + if (!hGrp->GetBool("ShowSplasherMessages", false)) { d->splashscreen->setShowMessages(false); }