Skip to content

Commit 7073a60

Browse files
committed
remove 'ETA' indicator, too on the nose
1 parent 88188dd commit 7073a60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gui/qt_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ def update_progress(self, progress_info):
749749
)
750750
else:
751751
eta_str = f"{int(eta_seconds // 3600)}h {int((eta_seconds % 3600) // 60)}m"
752-
display_msg = f"{display_msg} — ETA: {eta_str}"
752+
display_msg = f"{display_msg}: {eta_str}"
753753
except (ValueError, ZeroDivisionError):
754754
pass
755755

0 commit comments

Comments
 (0)