#105 new: switch of auto check update

This commit is contained in:
lollipopkit
2023-08-07 13:30:53 +08:00
parent 879a347f23
commit 98e77b9d0f
14 changed files with 44 additions and 2 deletions

View File

@@ -99,4 +99,7 @@ class SettingStore extends PersistentStore {
// Only valid on iOS
StoreProperty<bool> get autoUpdateHomeWidget =>
property('autoUpdateHomeWidget', defaultValue: isIOS);
StoreProperty<bool> get autoCheckAppUpdate =>
property('autoCheckAppUpdate', defaultValue: true);
}