Merge pull request #1442 from mkljczk/patch-1
Update progress title logic to match what the progress bar shows
This commit is contained in:
commit
bad9fa8aba
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue