From 7d2b566ec40b83bfa7cf377795d9ef2407d9ad9a Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Sun, 28 Sep 2008 00:16:01 +0000 Subject: [PATCH] add enable auto add checkbox --- deluge/ui/webui/config_tabs_deluge.py | 1 + 1 file changed, 1 insertion(+) 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'))