285 feature request multi host (#293)

This commit is contained in:
Christian Visintin
2024-10-07 16:27:45 +02:00
committed by GitHub
parent a4c9acb49f
commit aab266a661
59 changed files with 5522 additions and 2651 deletions
@@ -43,7 +43,7 @@ impl FileTransferActivity {
}
pub(crate) fn local_remove_file(&mut self, entry: &File) {
match self.host.remove(entry) {
match self.host_bridge.remove(entry) {
Ok(_) => {
// Log
self.log(