mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
new & fix
- new: switch of sftp `rm -rf` dir - fix: sftp upload - fix: sftp uploading progress - opt.: editor will save content if is editing file
This commit is contained in:
@@ -111,4 +111,8 @@ class SettingStore extends PersistentStore {
|
||||
/// Otherwise, display them on the top of server detail page
|
||||
StoreProperty<bool> get moveOutServerTabFuncBtns =>
|
||||
property('moveOutServerTabFuncBtns', defaultValue: true);
|
||||
|
||||
/// Whether use `rm -rf` to delete directory on SFTP
|
||||
StoreProperty<bool> get sftpRmrfDir =>
|
||||
property('sftpRmrfDir', defaultValue: true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user