mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
#3878 don't show the units of a partial file size when it's the same as the full file size's units
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
+ (NSString *) formattedUInteger: (NSUInteger) value;
|
||||
|
||||
+ (NSString *) stringForFileSize: (uint64_t) size;
|
||||
+ (NSString *) stringForFilePartialSize: (uint64_t) partialSize fullSize: (uint64_t) fullSize;
|
||||
|
||||
+ (NSString *) stringForSpeed: (CGFloat) speed;
|
||||
+ (NSString *) stringForSpeedAbbrev: (CGFloat) speed;
|
||||
|
||||
Reference in New Issue
Block a user