mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 07:47:24 +00:00
This reverts commit a630771f0b
.
This commit is contained in:
@@ -56,18 +56,6 @@ void _checkOldConfigs() {
|
||||
.map((e) => e.key)
|
||||
.toList();
|
||||
}
|
||||
|
||||
if (appdata.settings['webdavAutoSync'] == null) {
|
||||
var webdavConfig = appdata.settings['webdav'];
|
||||
if (webdavConfig is List &&
|
||||
webdavConfig.length == 3 &&
|
||||
webdavConfig.whereType<String>().length == 3) {
|
||||
appdata.settings['webdavAutoSync'] = true;
|
||||
} else {
|
||||
appdata.settings['webdavAutoSync'] = false;
|
||||
}
|
||||
appdata.saveData();
|
||||
}
|
||||
}
|
||||
|
||||
Future<void> _checkAppUpdates() async {
|
||||
|
Reference in New Issue
Block a user