#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)
by , 13 years ago
Attachment: | consoleui_autoadd_configuration_commented_out.patch added |
---|
comment:1 by , 10 years ago
Milestone: | 1.4.0 → 2.0.0 |
---|
comment:2 by , 9 years ago
Resolution: | → Fixed |
---|---|
Status: | new → closed |
Version: | master (git) → develop (git) |
Was fixed with other changes: [14a55133af300e629648]
Note:
See TracTickets
for help on using tickets.
Comment out autoadd configuration in console UI