fix: ssh use SafeArea
This commit is contained in:
@@ -22,6 +22,7 @@ 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);
|
||||
|
||||
StoreProperty<int> get termColorIdx =>
|
||||
property('termColorIdx', defaultValue: 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user