mirror of
https://github.com/codex-storage/deluge.git
synced 2025-03-02 12:00:44 +00:00
fix download config
This commit is contained in:
parent
c5aa8dd97b
commit
a8f89a90ca
@ -123,7 +123,7 @@ class Download(config_forms.CfgForm):
|
||||
autoadd_location = forms.ServerFolder(_("Auto Add folder"), required=False)
|
||||
compact_allocation = forms.CheckBox(_('Use Compact Allocation'))
|
||||
prioritize_first_last_pieces = forms.CheckBox(_('Prioritize first and last pieces'))
|
||||
default_private = forms.CheckBox(_('Set private flag by default'))
|
||||
#default_private = forms.CheckBox(_('Set private flag by default'))
|
||||
|
||||
config_page.register('deluge','download', Download)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user