mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
opt: settings page
This commit is contained in:
@@ -27,5 +27,6 @@ class SettingStore extends PersistentStore {
|
||||
property('termColorIdx', defaultValue: 0);
|
||||
|
||||
/// Max retry count when connect to server
|
||||
StoreProperty<int> get maxRetryCount => property('maxRetryCount', defaultValue: 7);
|
||||
StoreProperty<int> get maxRetryCount =>
|
||||
property('maxRetryCount', defaultValue: 7);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user