mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-17 13:56:47 +00:00
enc cleanup
This commit is contained in:
parent
d2ca1cc97e
commit
5a04b7aeed
@ -109,7 +109,7 @@ def open_url_in_browser(dialog, link):
|
|||||||
|
|
||||||
# Encryption States
|
# Encryption States
|
||||||
class EncState:
|
class EncState:
|
||||||
enabled, disabled, forced = range(3)
|
forced, enabled, disabled = range(3)
|
||||||
|
|
||||||
class EncLevel:
|
class EncLevel:
|
||||||
plaintext, both, rc4 = range(3)
|
plaintext, rc4, both = range(3)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user