diff --git a/src/app.rs b/src/app.rs index 98abd27..28de070 100644 --- a/src/app.rs +++ b/src/app.rs @@ -5538,7 +5538,7 @@ impl Application for App { } let finished = count - running; total_progress /= count as f32; - if running > 1 { + if running > 1 || finished > 0 { if finished > 0 { title = fl!( "operations-running-finished",