eliminate the non-displayed text explaining the control buttons in compact view
This commit is contained in:
parent
b6aa2c6e2e
commit
021e6e9e33
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue