mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-07 00:48:41 +00:00
add enable auto add checkbox
This commit is contained in:
parent
c432b82e69
commit
7ee5547066
2 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,9 @@ Deluge 1.0.1 (In Development)
|
||||||
* Fix #503 change the boost lib detection logic to first look for -mt and
|
* Fix #503 change the boost lib detection logic to first look for -mt and
|
||||||
if not available, fall back to regular boost lib (non-multithreaded)
|
if not available, fall back to regular boost lib (non-multithreaded)
|
||||||
|
|
||||||
|
WebUI:
|
||||||
|
* Add enable "Auto Add" checkbox
|
||||||
|
|
||||||
Deluge 1.0.0 - "Sharks Are Bulletproof" (21 September 2008)
|
Deluge 1.0.0 - "Sharks Are Bulletproof" (21 September 2008)
|
||||||
Core:
|
Core:
|
||||||
* Include GeoIP database for country look-ups
|
* Include GeoIP database for country look-ups
|
||||||
|
|
|
@ -126,6 +126,7 @@ class Download(config_forms.CfgForm):
|
||||||
download_location = forms.ServerFolder(_("Store all downoads in"))
|
download_location = forms.ServerFolder(_("Store all downoads in"))
|
||||||
torrentfiles_location = forms.ServerFolder(_("Save .torrent files to"))
|
torrentfiles_location = forms.ServerFolder(_("Save .torrent files to"))
|
||||||
autoadd_location = forms.ServerFolder(_("Auto Add folder"), required=False)
|
autoadd_location = forms.ServerFolder(_("Auto Add folder"), required=False)
|
||||||
|
autoadd_enable = forms.CheckBox(_("Auto Add enabled"))
|
||||||
compact_allocation = forms.CheckBox(_('Use Compact Allocation'))
|
compact_allocation = forms.CheckBox(_('Use Compact Allocation'))
|
||||||
prioritize_first_last_pieces = forms.CheckBox(_('Prioritize first and last pieces'))
|
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'))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue