Update config file properties

- enable cache swapping by default
- replace initial-setup-completed with last-version-initialized
This commit is contained in:
gsemaj 2021-09-18 17:40:30 -04:00
parent 4def3b6028
commit 71d3b970fc
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"autoupdate-check": true,
"cache-swapping": false,
"initial-setup-completed": true
"cache-swapping": true,
"last-version-initialized": "1.4"
}