Skip to content

Commit

Permalink
Now ACTUALLY stop TUI when there is no progress anymore :D
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jul 1, 2020
1 parent c416152 commit 3bf3321
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plumbing/pretty.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ fn init_progress(
prodash::tui::TuiOptions {
title: "gitoxide".into(),
frames_per_second: 6.0,
stop_if_empty_progress: true,
..Default::default()
},
)
Expand Down

0 comments on commit 3bf3321

Please sign in to comment.