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
|
p = self.manager.progress
|
||||||
af = self.manager.active_file
|
af = self.manager.active_file
|
||||||
now = monotonic()
|
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.draw_progress_for_current_file(af, spinner_char=sc)
|
||||||
self.print()
|
self.print()
|
||||||
self.render_progress(
|
self.render_progress(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user