mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
fix download config
This commit is contained in:
parent
c5aa8dd97b
commit
a8f89a90ca
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue