Fixed 'Queue' option not being display in all torrents view

This commit is contained in:
Asmageddon 2012-05-31 11:51:12 +02:00
parent 28e36c7edc
commit 4e1573cb39
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ def torrent_actions_popup(mode,tids,details=False, action = None):
popup = SelectablePopup(mode,"Torrent Actions",torrent_action, (mode, tids))
popup.add_line("_Pause",data=ACTION.PAUSE)
popup.add_line("_Resume",data=ACTION.RESUME)
if not details:
if details:
popup.add_divider()
popup.add_line("Queue",data=ACTION.QUEUE)
popup.add_divider()