Migrate settings much earlier

This commit is contained in:
sledgehammer999
2023-01-22 17:47:32 +02:00
parent 051bac5e59
commit 630b4ed3b9
4 changed files with 20 additions and 22 deletions

View File

@@ -409,7 +409,7 @@ namespace
}
}
bool upgrade(const bool /*ask*/)
bool upgrade()
{
CachedSettingValue<int> version {MIGRATION_VERSION_KEY, 0};