Skip to content

Commit

Permalink
Merge pull request #129 from UjuiUjuMandan/patch-2
Browse files Browse the repository at this point in the history
Setting `checkUpdateOnStart` to false by default
  • Loading branch information
wgh136 authored Jan 6, 2025
2 parents 8375fb7 + 7495c11 commit b56f8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/foundation/appdata.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b56f8d7

Please sign in to comment.