No need to show DL/UL rates while checking files
This commit is contained in:
parent
7145809986
commit
02ae863f18
|
@ -351,7 +351,7 @@ static uint32_t kRed = BE(0xFF6450FF), //255, 100, 80
|
|||
fError = NO;
|
||||
}
|
||||
|
||||
if ([self isActive])
|
||||
if ([self isActive] && fStat->status != TR_STATUS_CHECK )
|
||||
{
|
||||
NSString * stringToAppend = @"";
|
||||
if ([self progress] < 1.0)
|
||||
|
|
Loading…
Reference in New Issue