mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
Fixed UI not showing connection error
This commit is contained in:
@@ -117,6 +117,7 @@ impl FileTransferActivity {
|
||||
}
|
||||
Err(err) => {
|
||||
// Set popup fatal error
|
||||
self.umount_wait();
|
||||
self.mount_fatal(&err.to_string());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user