Draw separator for final total
This commit is contained in:
parent
0d37431def
commit
aa9a991a85
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user