Changeset 7ee554


Ignore:
Timestamp:
09/28/2008 12:16:01 AM (16 years ago)
Author:
Marcos Pinto <markybob@dipconsultants.com>
Children:
9486b2
Parents:
c432b82
Message:

add enable auto add checkbox

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    rc432b82 r7ee554  
    55  * Fix #503 change the boost lib detection logic to first look for -mt and
    66    if not available, fall back to regular boost lib (non-multithreaded)
     7
     8 WebUI:
     9  * Add enable "Auto Add" checkbox
    710 
    811Deluge 1.0.0 - "Sharks Are Bulletproof" (21 September 2008)
  • deluge/ui/webui/config_tabs_deluge.py

    rc432b82 r7ee554  
    127127    torrentfiles_location = forms.ServerFolder(_("Save .torrent files to"))
    128128    autoadd_location = forms.ServerFolder(_("Auto Add folder"), required=False)
     129    autoadd_enable = forms.CheckBox(_("Auto Add enabled"))
    129130    compact_allocation = forms.CheckBox(_('Use Compact Allocation'))
    130131    prioritize_first_last_pieces = forms.CheckBox(_('Prioritize first and last pieces'))
Note: See TracChangeset for help on using the changeset viewer.