mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-18 07:44:26 +01:00
#14 add ssh log
This commit is contained in:
@@ -31,6 +31,5 @@ class SettingStore extends PersistentStore {
|
||||
property('maxRetryCount', defaultValue: 7);
|
||||
|
||||
/// Night mode: 0 -> auto, 1 -> light, 2 -> dark
|
||||
StoreProperty<int> get themeMode =>
|
||||
property('nightMode', defaultValue: ThemeMode.system.index);
|
||||
StoreProperty<int> get themeMode => property('themeMode', defaultValue: 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user