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:
lollipopkit
2023-08-27 00:10:01 +08:00
parent 65de4a8ca5
commit 7abadfb5a6
18 changed files with 129 additions and 74 deletions

View File

@@ -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);
}