symlink command

This commit is contained in:
veeso
2021-12-14 15:52:56 +01:00
committed by Christian Visintin
parent 24788fa894
commit ced7573241
26 changed files with 433 additions and 162 deletions

View File

@@ -1051,8 +1051,6 @@ impl FileTransferActivity {
LogLevel::Info,
format!("Changed directory on local: {}", path.display()),
);
// Reload files
self.reload_local_dir();
// Push prev_dir to stack
if push {
self.local_mut().pushd(prev_dir.as_path())