mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
enc cleanup
This commit is contained in:
parent
d2ca1cc97e
commit
5a04b7aeed
1 changed files with 2 additions and 2 deletions
|
@ -109,7 +109,7 @@ def open_url_in_browser(dialog, link):
|
|||
|
||||
# Encryption States
|
||||
class EncState:
|
||||
enabled, disabled, forced = range(3)
|
||||
forced, enabled, disabled = range(3)
|
||||
|
||||
class EncLevel:
|
||||
plaintext, both, rc4 = range(3)
|
||||
plaintext, rc4, both = range(3)
|
||||
|
|
Loading…
Add table
Reference in a new issue