mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
new: support pick ssh term theme
This commit is contained in:
@@ -22,4 +22,6 @@ class SettingStore extends PersistentStore {
|
||||
/// First time to use SSH term
|
||||
StoreProperty<bool> get firstTimeUseSshTerm =>
|
||||
property('firstTimeUseSshTerm', defaultValue: true);
|
||||
|
||||
StoreProperty<int> get termColorIdx => property('termColorIdx', defaultValue: 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user