We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ddb190 commit d751562Copy full SHA for d751562
src/world/importing.rs
@@ -209,7 +209,7 @@ fn create_progress_bar(total_chunks: usize) -> ProgressBar {
209
let bar = ProgressBar::new(total_chunks as u64);
210
bar.set_style(
211
ProgressStyle::default_bar()
212
- .template("[{elapsed_precise}] {bar:40.cyan/blue} {pos:>7}/{len:7} {msg}")
+ .template("[{elapsed_precise}] {bar:100.cyan/blue} {pos:>7}/{len:7} {msg}")
213
.expect("Could not set progress bar style")
214
.progress_chars("##-"),
215
);
0 commit comments