mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-23 17:59:17 +00:00
[Console] Fix setting 'Skip' priority on console
Selecting priorities 'Low' and 'Skip' on console will both set the actual priority to 'Low'. Fixed typo in previous commit 6655fe67c372
This commit is contained in:
parent
9c90136f57
commit
8ec5ca9d08
@ -710,7 +710,7 @@ class TorrentDetail(BaseMode, PopupsHandler):
|
||||
'skip_priority',
|
||||
'_Skip',
|
||||
foreground='red',
|
||||
cb_arg=FILE_PRIORITY['Low'],
|
||||
cb_arg=FILE_PRIORITY['Skip'],
|
||||
was_empty=was_empty,
|
||||
)
|
||||
popup.add_line(
|
||||
|
Loading…
x
Reference in New Issue
Block a user