fix: spinner tick chars

This commit is contained in:
LukaDev 2024-12-27 16:29:33 +01:00
parent 63531088b8
commit 627fd6a055

View file

@ -13,7 +13,7 @@ use pesde::reporters::{
DownloadProgressReporter, DownloadsReporter, PatchProgressReporter, PatchesReporter, DownloadProgressReporter, DownloadsReporter, PatchProgressReporter, PatchesReporter,
}; };
pub const TICK_CHARS: &str = "⣷⣯⣟⢿⣻⣽⣾"; pub const TICK_CHARS: &str = "⣷⣯⣟⢿⣻⣽⣾";
pub fn root_progress_style() -> ProgressStyle { pub fn root_progress_style() -> ProgressStyle {
ProgressStyle::with_template("{prefix:.dim}{msg:>8.green} {spinner} [{elapsed_precise}]") ProgressStyle::with_template("{prefix:.dim}{msg:>8.green} {spinner} [{elapsed_precise}]")