diff --git a/ChangeLog b/ChangeLog index 0581fc783..24f3cb031 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,9 @@ Deluge 1.0.1 (In Development) has been changed. * 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) + + WebUI: + * Add enable "Auto Add" checkbox Deluge 1.0.0 - "Sharks Are Bulletproof" (21 September 2008) Core: diff --git a/deluge/ui/webui/config_tabs_deluge.py b/deluge/ui/webui/config_tabs_deluge.py index 299b165d6..ad5aca76a 100644 --- a/deluge/ui/webui/config_tabs_deluge.py +++ b/deluge/ui/webui/config_tabs_deluge.py @@ -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'))