diff --git a/src/cli/reporters.rs b/src/cli/reporters.rs index 8d71024..e4851ad 100644 --- a/src/cli/reporters.rs +++ b/src/cli/reporters.rs @@ -13,7 +13,7 @@ use pesde::reporters::{ DownloadProgressReporter, DownloadsReporter, PatchProgressReporter, PatchesReporter, }; -pub const TICK_CHARS: &str = "⣷⣯⣟⣿⢿⣻⣽⣾"; +pub const TICK_CHARS: &str = "⣷⣯⣟⡿⢿⣻⣽⣾"; pub fn root_progress_style() -> ProgressStyle { ProgressStyle::with_template("{prefix:.dim}{msg:>8.green} {spinner} [{elapsed_precise}]")