mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-08 09:28:41 +00:00
fix status bar wtf
This commit is contained in:
parent
ccfead4e6c
commit
66c986c305
1 changed files with 1 additions and 0 deletions
|
@ -398,6 +398,7 @@ class StatusBar(component.Component):
|
||||||
|
|
||||||
# Set the config in the core
|
# Set the config in the core
|
||||||
if value != self.max_upload_speed:
|
if value != self.max_upload_speed:
|
||||||
|
client.set_config({"max_upload_speed": value})
|
||||||
|
|
||||||
def _on_connection_item_clicked(self, widget, event):
|
def _on_connection_item_clicked(self, widget, event):
|
||||||
menu = deluge.common.build_menu_radio_list(
|
menu = deluge.common.build_menu_radio_list(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue