mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
new: picker & opt. rm -r
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
class BuildData {
|
||||
static const String name = "ServerBox";
|
||||
static const int build = 577;
|
||||
static const int build = 578;
|
||||
static const String engine = "3.13.5";
|
||||
static const String buildAt = "2023-09-25 18:52:38";
|
||||
static const int modifications = 3;
|
||||
static const String buildAt = "2023-09-25 19:49:19";
|
||||
static const int modifications = 4;
|
||||
static const int script = 19;
|
||||
}
|
||||
|
||||
@@ -184,10 +184,10 @@ class SettingStore extends PersistentStore {
|
||||
true,
|
||||
);
|
||||
|
||||
/// Whether use `rm -rf` to delete directory on SFTP
|
||||
late final sftpRmrfDir = StoreProperty(
|
||||
/// Whether use `rm -r` to delete directory on SFTP
|
||||
late final sftpRmrDir = StoreProperty(
|
||||
box,
|
||||
'sftpRmrfDir',
|
||||
'sftpRmrDir',
|
||||
false,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user