mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
opt.: cancel sftp mission
This commit is contained in:
@@ -24,6 +24,8 @@ class PathWithPrefix {
|
||||
_path = pathJoin(_path, newPath);
|
||||
}
|
||||
|
||||
bool get canBack => path != '$_prefixPath/';
|
||||
|
||||
bool undo() {
|
||||
if (_prePath == null || _path == _prePath) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user