Fix card database load after update (#3748)
This commit is contained in:
parent
36ba9c2d94
commit
c0c4a6df50
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue