mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-05 16:08:40 +00:00
add dht to config_value_changed
This commit is contained in:
parent
c97175a51e
commit
50fa1ff1a9
1 changed files with 2 additions and 1 deletions
|
@ -109,7 +109,8 @@ class StatusBar(component.Component):
|
||||||
self.config_value_changed_dict = {
|
self.config_value_changed_dict = {
|
||||||
"max_connections_global": self._on_max_connections_global,
|
"max_connections_global": self._on_max_connections_global,
|
||||||
"max_download_speed": self._on_max_download_speed,
|
"max_download_speed": self._on_max_download_speed,
|
||||||
"max_upload_speed": self._on_max_upload_speed
|
"max_upload_speed": self._on_max_upload_speed,
|
||||||
|
"dht": self._on_get_dht_nodes
|
||||||
}
|
}
|
||||||
# Add a HBox to the statusbar after removing the initial label widget
|
# Add a HBox to the statusbar after removing the initial label widget
|
||||||
self.hbox = gtk.HBox()
|
self.hbox = gtk.HBox()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue