You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(download_tracker): remove unnecessary attributes from the DownloadTracker struct
The attributes `display_progress` and `stdout_is_a_tty` are only needed
when defining the draw target for the progress bars. After that, they
don't need to be used anymore.
0 commit comments