mirror of
https://github.com/tnodir/fort
synced 2024-11-14 22:05:12 +00:00
UI: TaskInfo::handleFinished: Fix typo
This commit is contained in:
parent
f1c500cd51
commit
86b226b986
@ -149,7 +149,7 @@ void TaskInfo::handleFinished(bool success)
|
||||
|
||||
m_failedCount = 0;
|
||||
} else {
|
||||
if (++m_failedCount >= maxRetries()) {
|
||||
if (++m_failedCount > maxRetries()) {
|
||||
m_failedCount = 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user