#1925 closed bug (Fixed)
Console UI exposes autoadd configuration
Reported by: | OmegaPhil | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | Console (new ncurses) | Version: | develop |
Keywords: | Cc: |
Description
deluge/ui/console/modes/preference_panes.py:227 exposes some autoadd plugin configuration, as this functionality used to be built in. Needs to be moved to plugin configuration or properly removed.
I have attached a patch to comment it out (allows the preferences view to then be used in the console UI).
Attachments (1)
Change History (4)
Changed 12 years ago by OmegaPhil
comment:1 Changed 9 years ago by Cas
- Milestone changed from 1.4.0 to 2.0.0
comment:2 Changed 8 years ago by Cas
- Resolution set to Fixed
- Status changed from new to closed
- Version changed from master (git) to develop (git)
Was fixed with other changes: [14a55133af300e629648]
Note: See
TracTickets for help on using
tickets.
Comment out autoadd configuration in console UI