Enable offline caches by default

This commit is contained in:
CakeLancelot 2024-10-05 21:07:49 -05:00
parent 1eee35b230
commit e5b20f57ce

View File

@ -1,7 +1,7 @@
{ {
"autoupdate-check": true, "autoupdate-check": true,
"cache-swapping": true, "cache-swapping": true,
"enable-offline-cache": false, "enable-offline-cache": true,
"verify-offline-cache": false, "verify-offline-cache": false,
"last-version-initialized": "1.6" "last-version-initialized": "1.6"
} }