opt: settings page

This commit is contained in:
lollipopkit
2023-02-06 15:32:36 +08:00
parent 3feef3936c
commit e7b1773e5c
11 changed files with 213 additions and 180 deletions

View File

@@ -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);
}