Fixed UI not showing connection error

This commit is contained in:
veeso 2021-06-20 11:03:55 +02:00
parent 5a4a364250
commit 89d205e946
2 changed files with 2 additions and 0 deletions

View file

@ -35,6 +35,7 @@ Released on 21/06/2021
- If the terminal window has less than 24 lines, then an error message is displayed in the auth activity
- Changed auth layout to absolute sizes
- Bugfix:
- Fixed UI not showing connection errors
- Fixed termscp on Windows dying whenever opening a file with text editor
- Fixed broken input cursor when typing UTF8 characters (tui-realm 0.3.2)
- Fixed [Issue 44](https://github.com/veeso/termscp/issues/44): Could not move files to other paths in FTP

View file

@ -117,6 +117,7 @@ impl FileTransferActivity {
}
Err(err) => {
// Set popup fatal error
self.umount_wait();
self.mount_fatal(&err.to_string());
}
}