mirror of
https://github.com/venera-app/venera.git
synced 2025-09-28 08:17:25 +00:00
Setting checkUpdateOnStart
to false by default
This commit is contained in:
@@ -113,7 +113,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,
|
||||
|
Reference in New Issue
Block a user