mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
#5108 Multi-file torrent selection bug
This commit is contained in:
@@ -107,7 +107,7 @@ function FileRow(torrent, depth, name, indices, even)
|
||||
},
|
||||
isEditable = function () {
|
||||
return (fields.torrent.getFileCount()>1) && !isDone();
|
||||
};
|
||||
},
|
||||
|
||||
createRow = function(torrent, depth, name, even) {
|
||||
var e, root, box;
|
||||
|
||||
Reference in New Issue
Block a user