Navigation Menu

Skip to content

Commit

Permalink
Update splash screen message
Browse files Browse the repository at this point in the history
  • Loading branch information
uclaros authored and nyalldawson committed Sep 10, 2020
1 parent 38ec62e commit 283d845
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/qgisapp.cpp
Expand Up @@ -1429,6 +1429,8 @@ QgisApp::QgisApp( QSplashScreen *splash, bool restorePlugins, bool skipVersionCh
}

// Update recent project list (as possible custom project storages are now registered by plugins)
mSplash->showMessage( tr( "Updating recent project paths" ), Qt::AlignHCenter | Qt::AlignBottom );
qApp->processEvents();
startProfile( tr( "Update recent project paths" ) );
updateRecentProjectPaths();
mWelcomePage->setRecentProjects( mRecentProjects );
Expand Down

0 comments on commit 283d845

Please sign in to comment.