mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
#105 new: switch of auto check update
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user