#77 new: also when backing app

This commit is contained in:
lollipopkit
2023-07-25 12:24:26 +08:00
parent 9e6f386b28
commit 08a4dba659
17 changed files with 103 additions and 23 deletions

View File

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