diff --git a/cockatrice/src/window_main.cpp b/cockatrice/src/window_main.cpp index 5879da12..7c1480d7 100644 --- a/cockatrice/src/window_main.cpp +++ b/cockatrice/src/window_main.cpp @@ -857,6 +857,8 @@ void MainWindow::startupConfigCheck() << "differs, assuming first start after update"; if (settingsCache->getNotifyAboutNewVersion()) { alertForcedOracleRun(VERSION_STRING, true); + } else { + QtConcurrent::run(db, &CardDatabase::loadCardDatabases); } } else { // previous config from this version found