edit import :|

This commit is contained in:
ALEZ-DEV 2024-05-04 22:13:31 +02:00
parent a08bfbecb6
commit f985106f05

View File

@ -23,7 +23,7 @@ impl DownloadReporter {
}
}
impl downloader::progress::Reporter for DownloadReporter {
impl downloader_for_babylonia_terminal::progress::Reporter for DownloadReporter {
fn setup(&self, max_progress: Option<u64>, message: &str) {
let pb = ProgressBar::new(max_progress.unwrap());
pb.set_style(ProgressStyle::with_template("{spinner:.green} [{elapsed_precise}] [{wide_bar:.white}] {bytes}/{total_bytes} ({eta})")