Draw separator for final total

This commit is contained in:
Kovid Goyal 2021-09-16 17:45:11 +05:30
parent 0d37431def
commit aa9a991a85
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -581,7 +581,9 @@ class Send(Handler):
p = self.manager.progress
af = self.manager.active_file
now = monotonic()
if af is not None:
if af is None:
self.write('' * self.screen_size.width)
else:
self.draw_progress_for_current_file(af, spinner_char=sc)
self.print()
self.render_progress(