mirror of
https://github.com/transmission/transmission.git
synced 2025-12-26 13:21:44 +00:00
add the rename option to the main window context menu
This commit is contained in:
@@ -4304,7 +4304,7 @@ static void sleepCallback(void * controller, io_service_t y, natural_t messageTy
|
||||
return canUseTable && [fTableView numberOfSelectedRows] > 0;
|
||||
|
||||
//enable renaming file/folder
|
||||
if (action == @selector(renameSelectedTorrent:))
|
||||
if (action == @selector(renameSelected:))
|
||||
return canUseTable && [fTableView numberOfSelectedRows] == 1;
|
||||
|
||||
//enable remove items
|
||||
|
||||
Reference in New Issue
Block a user