No need to show DL/UL rates while checking files

This commit is contained in:
Eric Petit 2006-11-16 08:48:58 +00:00
parent 7145809986
commit 02ae863f18
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ static uint32_t kRed = BE(0xFF6450FF), //255, 100, 80
fError = NO; fError = NO;
} }
if ([self isActive]) if ([self isActive] && fStat->status != TR_STATUS_CHECK )
{ {
NSString * stringToAppend = @""; NSString * stringToAppend = @"";
if ([self progress] < 1.0) if ([self progress] < 1.0)