Changeset 7ee554
- Timestamp:
- 09/28/2008 12:16:01 AM (16 years ago)
- Children:
- 9486b2
- Parents:
- c432b82
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
rc432b82 r7ee554 5 5 * Fix #503 change the boost lib detection logic to first look for -mt and 6 6 if not available, fall back to regular boost lib (non-multithreaded) 7 8 WebUI: 9 * Add enable "Auto Add" checkbox 7 10 8 11 Deluge 1.0.0 - "Sharks Are Bulletproof" (21 September 2008) -
deluge/ui/webui/config_tabs_deluge.py
rc432b82 r7ee554 127 127 torrentfiles_location = forms.ServerFolder(_("Save .torrent files to")) 128 128 autoadd_location = forms.ServerFolder(_("Auto Add folder"), required=False) 129 autoadd_enable = forms.CheckBox(_("Auto Add enabled")) 129 130 compact_allocation = forms.CheckBox(_('Use Compact Allocation')) 130 131 prioritize_first_last_pieces = forms.CheckBox(_('Prioritize first and last pieces'))
Note:
See TracChangeset
for help on using the changeset viewer.