mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
Let the Core fire the PluginDisabled event instead of disabling the plugin right away
This commit is contained in:
parent
acb4ab44d2
commit
2542ad9234
1 changed files with 0 additions and 1 deletions
|
@ -974,7 +974,6 @@ class Preferences(component.Component):
|
|||
client.core.enable_plugin(name)
|
||||
else:
|
||||
client.core.disable_plugin(name)
|
||||
component.get("PluginManager").disable_plugin(name)
|
||||
|
||||
def on_plugin_selection_changed(self, treeselection):
|
||||
log.debug("on_plugin_selection_changed")
|
||||
|
|
Loading…
Add table
Reference in a new issue