diff --git a/src/pb_manager.rs b/src/pb_manager.rs index a88f674..d2bc472 100644 --- a/src/pb_manager.rs +++ b/src/pb_manager.rs @@ -170,6 +170,8 @@ impl ProgressBarManager { "footer progress bar was not hidden despite there being no pending progress bars" ); + footer_pb.reset(); + if let Some(tick_interval) = self.tick_settings.footer_tick_interval { footer_pb.enable_steady_tick(tick_interval); }