mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
fix: temporarily disable jump server
This commit is contained in:
@@ -28,9 +28,6 @@ class SettingStore extends PersistentStore {
|
||||
5,
|
||||
);
|
||||
|
||||
/// Duration of [timeout]
|
||||
Duration get timeoutD => Duration(seconds: timeout.fetch());
|
||||
|
||||
/// Record history of SFTP path and etc.
|
||||
late final recordHistory = StoreProperty(
|
||||
box,
|
||||
@@ -65,6 +62,13 @@ class SettingStore extends PersistentStore {
|
||||
isDesktop,
|
||||
);
|
||||
|
||||
/// Disk view: amount / IO
|
||||
late final serverTabPreferDiskAmount = StoreProperty(
|
||||
box,
|
||||
'serverTabPreferDiskAmount',
|
||||
false,
|
||||
);
|
||||
|
||||
// ------END------
|
||||
|
||||
late final primaryColor = StoreProperty(
|
||||
@@ -224,13 +228,6 @@ class SettingStore extends PersistentStore {
|
||||
late final serverFuncBtnsDisplayName =
|
||||
StoreProperty(box, 'serverFuncBtnsDisplayName', true);
|
||||
|
||||
/// Disk view: amount / IO
|
||||
late final serverTabPreferDiskAmount = StoreProperty(
|
||||
box,
|
||||
'serverTabPreferDiskAmount',
|
||||
false,
|
||||
);
|
||||
|
||||
// Never show these settings for users
|
||||
//
|
||||
// ------BEGIN------
|
||||
|
||||
Reference in New Issue
Block a user