mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-23 09:50:20 +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
@ -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…
x
Reference in New Issue
Block a user