Skip to content

Commit

Permalink
fix bug around footer not reappearing
Browse files Browse the repository at this point in the history
  • Loading branch information
emersonford committed Dec 2, 2024
1 parent 6e02aa6 commit a2850f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pb_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit a2850f4

Please sign in to comment.