|
|
|
@ -378,7 +378,7 @@
|
|
|
|
|
speedOut = round(2.2f * speedOut) / 2.2f;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[self setMenubarText:[NSString stringWithFormat:@"%@s\n%@s", [self stringFromFileSize:speedIn], [self stringFromFileSize:speedOut]]];
|
|
|
|
|
[ self setMenubarText:[NSString stringWithFormat:@"%@s\n%@s", [self stringFromFileSize:speedOut], [self stringFromFileSize:speedIn]] ];
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
_lastDateThroughput = [NSDate timeIntervalSinceReferenceDate];
|
|
|
|
|