mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 15:24:35 +01:00
new: picker & opt. rm -r
This commit is contained in:
@@ -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