Merge pull request #129 from UjuiUjuMandan/patch-2

Setting `checkUpdateOnStart` to false by default
This commit is contained in:
nyne
2025-01-06 22:44:22 +08:00
committed by GitHub

View File

@@ -136,7 +136,7 @@ class _Settings with ChangeNotifier {
'cacheSize': 2048, // in MB
'downloadThreads': 5,
'enableLongPressToZoom': true,
'checkUpdateOnStart': true,
'checkUpdateOnStart': false,
'limitImageWidth': true,
'webdav': [], // empty means not configured
'dataVersion': 0,