mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
eliminate the non-displayed text explaining the control buttons in compact view
This commit is contained in:
@@ -840,14 +840,8 @@
|
||||
|
||||
- (NSString *) minimalStatusString
|
||||
{
|
||||
NSString * buttonString;
|
||||
if ((buttonString = [self buttonString]))
|
||||
return buttonString;
|
||||
else
|
||||
{
|
||||
Torrent * torrent = [self representedObject];
|
||||
return [fDefaults boolForKey: @"DisplaySmallStatusRegular"] ? [torrent shortStatusString] : [torrent remainingTimeString];
|
||||
}
|
||||
Torrent * torrent = [self representedObject];
|
||||
return [fDefaults boolForKey: @"DisplaySmallStatusRegular"] ? [torrent shortStatusString] : [torrent remainingTimeString];
|
||||
}
|
||||
|
||||
- (void) drawImage: (NSImage *) image inRect: (NSRect) rect
|
||||
|
||||
Reference in New Issue
Block a user