mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
Add Ping. Support launch page setting.
This commit is contained in:
@@ -6,4 +6,6 @@ class SettingStore extends PersistentStore {
|
||||
property('primaryColor', defaultValue: Colors.deepPurpleAccent.value);
|
||||
StoreProperty<int> get serverStatusUpdateInterval =>
|
||||
property('serverStatusUpdateInterval', defaultValue: 3);
|
||||
StoreProperty<int> get launchPage =>
|
||||
property('launchPage', defaultValue: 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user