mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
Fixed 'Queue' option not being display in all torrents view
This commit is contained in:
parent
28e36c7edc
commit
4e1573cb39
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue