- SFTP download
- open downloaded files in other apps
This commit is contained in:
Junyuan Feng
2022-05-07 22:15:09 +08:00
parent 74a933eb6e
commit b824e06736
33 changed files with 1223 additions and 198 deletions

View File

@@ -20,7 +20,7 @@ class AbsolutePath {
}
bool undo() {
if (_prePath == null) {
if (_prePath == null || _prePath == path) {
return false;
}
path = _prePath!;