mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 20:14:51 +00:00
add enable auto add checkbox
This commit is contained in:
parent
be12f0e316
commit
7d2b566ec4
1 changed files with 1 additions and 0 deletions
|
@ -126,6 +126,7 @@ class Download(config_forms.CfgForm):
|
|||
download_location = forms.ServerFolder(_("Store all downoads in"))
|
||||
torrentfiles_location = forms.ServerFolder(_("Save .torrent files to"))
|
||||
autoadd_location = forms.ServerFolder(_("Auto Add folder"), required=False)
|
||||
autoadd_enable = forms.CheckBox(_("Auto Add enabled"))
|
||||
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'))
|
||||
|
|
Loading…
Add table
Reference in a new issue