mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-29 20:56:31 +00:00
remove starting the events manager upon client connect
This commit is contained in:
parent
39341f623f
commit
899ac7c86e
@ -82,9 +82,6 @@ Deluge.UI = {
|
||||
|
||||
Deluge.Client.on('connected', function(e) {
|
||||
Deluge.Login.show();
|
||||
Deluge.Events.start();
|
||||
Deluge.Events.on('PluginEnabledEvent', this.onPluginEnabled, this);
|
||||
Deluge.Events.on('PluginDisabledEvent', this.onPluginDisabled, this);
|
||||
}, this, {single: true});
|
||||
|
||||
this.update = this.update.bind(this);
|
||||
|
Loading…
x
Reference in New Issue
Block a user