Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
lollipopkit committed Sep 1, 2024
1 parent e80690c commit a40912e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lib/data/store/setting.dart
Original file line number Diff line number Diff line change
Expand Up @@ -141,15 +141,6 @@ class SettingStore extends PersistentStore {
/// Show tip of suspend
late final showSuspendTip = property('showSuspendTip', true);

/// Webdav sync
late final webdavSync = property('webdavSync', false);
late final webdavUrl = property('webdavUrl', '', updateLastModified: false);
late final webdavUser = property('webdavUser', '', updateLastModified: false);
late final webdavPwd = property('webdavPwd', '', updateLastModified: false);

/// Only valid on iOS and macOS
late final icloudSync = property('icloudSync', false);

/// Whether collapse UI items by default
late final collapseUIDefault = property('collapseUIDefault', true);

Expand Down

0 comments on commit a40912e

Please sign in to comment.