Merge pull request #1442 from mkljczk/patch-1

Update progress title logic to match what the progress bar shows
This commit is contained in:
Levi Portenier 2025-12-19 13:55:41 -07:00 committed by GitHub
commit bad9fa8aba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",