mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
Draw separator for final total
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user