mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-18 07:44:26 +01:00
opt. for ssh page
This commit is contained in:
@@ -18,4 +18,12 @@ class SettingStore extends PersistentStore {
|
||||
/// Show logo on server detail page
|
||||
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