mirror of
https://github.com/transmission/transmission
synced 2025-03-09 21:54:09 +00:00
Fix the dash.
This commit is contained in:
parent
e87d570c1f
commit
b3b0935ee7
1 changed files with 2 additions and 1 deletions
|
@ -188,8 +188,9 @@
|
|||
|
||||
if ([self isActive])
|
||||
{
|
||||
[fStatusString appendString: @" - "];
|
||||
if ([self progress] < 1.0)
|
||||
[fStatusString appendFormat: @" - DL: %@, ", [NSString stringForSpeed: [self downloadRate]]];
|
||||
[fStatusString appendFormat: @"DL: %@, ", [NSString stringForSpeed: [self downloadRate]]];
|
||||
[fStatusString appendString: [@"UL: " stringByAppendingString:
|
||||
[NSString stringForSpeed: [self uploadRate]]]];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue