mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
If Transmission is opened by double-clicking a torrent file, open that torrent before setting up auto-import
This commit is contained in:
@@ -929,7 +929,7 @@
|
||||
}
|
||||
|
||||
- (NSString *) outlineView: (NSOutlineView *) outlineView toolTipForCell: (NSCell *) cell rect: (NSRectPointer) rect
|
||||
tableColumn: (NSTableColumn *) tableColumn item: (id) item mouseLocation: (NSPoint) mouseLocation
|
||||
tableColumn: (NSTableColumn *) tableColumn item: (id) item mouseLocation: (NSPoint) mouseLocation
|
||||
{
|
||||
NSString * ident = [tableColumn identifier];
|
||||
if ([ident isEqualToString: @"Name"])
|
||||
|
||||
Reference in New Issue
Block a user