new: server tag animation

This commit is contained in:
lollipopkit
2023-05-31 18:10:18 +08:00
parent 55a13799b2
commit 6091cd0da8
6 changed files with 58 additions and 33 deletions

View File

@@ -9,11 +9,16 @@ class SettingStore extends PersistentStore {
defaultValue: defaultPrimaryColor.value,
);
StoreProperty<int> get serverStatusUpdateInterval =>
property('serverStatusUpdateInterval', defaultValue: defaultUpdateInterval,);
StoreProperty<int> get serverStatusUpdateInterval => property(
'serverStatusUpdateInterval',
defaultValue: defaultUpdateInterval,
);
// Lanch page idx
StoreProperty<int> get launchPage => property('launchPage', defaultValue: defaultLaunchPageIdx,);
StoreProperty<int> get launchPage => property(
'launchPage',
defaultValue: defaultLaunchPageIdx,
);
// Version of store db
StoreProperty<int> get storeVersion =>