1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-24 08:43:27 +00:00

#4833 regression: Select / Deselect transfers option missing

This commit is contained in:
Mitchell Livingston 2012-06-04 00:28:15 +00:00
parent 4462754c2a
commit d6c1db86cd
2 changed files with 6 additions and 1 deletions

View file

@ -396,6 +396,9 @@
<li id="context_verify">Verify Local Data</li>
<li class="separator"></li>
<li id="context_reannounce">Ask tracker for more peers</li>
<li class="separator"></li>
<li id="context_select_all">Select All</li>
<li id="context_deselect_all">Deselect All</li>
</ul>
</div>

View file

@ -183,7 +183,9 @@ Transmission.prototype =
context_move_top: function() { tr.moveTop(); },
context_move_up: function() { tr.moveUp(); },
context_move_down: function() { tr.moveDown(); },
context_move_bottom: function() { tr.moveBottom(); }
context_move_bottom: function() { tr.moveBottom(); },
context_select_all: function() { tr.selectAll(); },
context_deselect_all: function() { tr.deselectAll(); }
};
// Set up the context menu