mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
fix a bug in the connection manager where the host list wasn't refreshed after a host was added
This commit is contained in:
parent
c3f433500b
commit
551d38c7a0
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ Copyright:
|
||||||
},
|
},
|
||||||
|
|
||||||
onHostAdded: function() {
|
onHostAdded: function() {
|
||||||
this.update(this);
|
this.loadHosts();
|
||||||
},
|
},
|
||||||
|
|
||||||
onClose: function(e) {
|
onClose: function(e) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue