mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 04:18:39 +00:00
file table tool tip now shows full file path
This commit is contained in:
@@ -706,7 +706,7 @@
|
||||
? [[[item objectForKey: @"Size"] stringValue] stringByAppendingString: NSLocalizedString(@" bytes",
|
||||
"Inspector -> Files tab -> table row tooltip")] : nil;
|
||||
else
|
||||
return [item objectForKey: @"Name"];
|
||||
return [[[fTorrents objectAtIndex: 0] downloadFolder] stringByAppendingPathComponent: [item objectForKey: @"Path"]];
|
||||
}
|
||||
|
||||
- (NSArray *) peerSortDescriptors
|
||||
|
||||
Reference in New Issue
Block a user