mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-18 07:44:26 +01:00
rm: ssh term size
This commit is contained in:
@@ -19,10 +19,6 @@ class SettingStore extends PersistentStore {
|
||||
StoreProperty<bool> get showDistLogo =>
|
||||
property('showDistLogo', defaultValue: true);
|
||||
|
||||
/// SSH term size
|
||||
StoreProperty<String> get sshTermSize =>
|
||||
property('sshTermSize', defaultValue: '80x24');
|
||||
|
||||
/// First time to use SSH term
|
||||
StoreProperty<bool> get firstTimeUseSshTerm =>
|
||||
property('firstTimeUseSshTerm', defaultValue: true);
|
||||
|
||||
Reference in New Issue
Block a user