Merge pull request #155 from LetMeByte/—

Replace spinner horizontal character
This commit is contained in:
ByteDream 2023-02-22 18:26:31 +01:00 committed by GitHub
commit c315f87f33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -117,7 +117,7 @@ impl CliLogger {
pb.set_style( pb.set_style(
ProgressStyle::with_template(":: {spinner} {msg}") ProgressStyle::with_template(":: {spinner} {msg}")
.unwrap() .unwrap()
.tick_strings(&["-", "\\", "|", "/", finish_str]), .tick_strings(&["", "\\", "|", "/", finish_str]),
); );
pb.enable_steady_tick(Duration::from_millis(200)); pb.enable_steady_tick(Duration::from_millis(200));
pb.set_message(msg); pb.set_message(msg);