mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 15:24:35 +01:00
new: server tag animation
This commit is contained in:
@@ -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 =>
|
||||
|
||||
Reference in New Issue
Block a user