mirror of
https://github.com/transmission/transmission
synced 2025-03-04 02:28:03 +00:00
remove the queue position from the transfer name
This commit is contained in:
parent
836ee3595f
commit
a9204d3980
1 changed files with 1 additions and 2 deletions
|
@ -807,8 +807,7 @@
|
||||||
|
|
||||||
- (NSAttributedString *) attributedTitle
|
- (NSAttributedString *) attributedTitle
|
||||||
{
|
{
|
||||||
NSString * title = [NSString stringWithFormat: @"%d %@", [[self representedObject] queuePosition], [[self representedObject] name]];
|
NSString * title = [[self representedObject] name];
|
||||||
//NSString * title = [[self representedObject] name];
|
|
||||||
return [[[NSAttributedString alloc] initWithString: title attributes: fTitleAttributes] autorelease];
|
return [[[NSAttributedString alloc] initWithString: title attributes: fTitleAttributes] autorelease];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue