mirror of
https://github.com/codex-storage/deluge.git
synced 2025-03-02 20:10:47 +00:00
finish revert i hope
This commit is contained in:
parent
b5e898721d
commit
4e22511d5a
@ -963,7 +963,8 @@ class DelugeGTK:
|
||||
max_connections = _("Unlimited")
|
||||
else:
|
||||
max_connections = int(self.config.get("max_connections_global"))
|
||||
|
||||
dlspeed = common.fspeed(core_state['download_rate'])
|
||||
ulspeed = common.fspeed(core_state['upload_rate'])
|
||||
dltotal = common.fsize(core_state['total_downloaded'])
|
||||
ultotal = common.fsize(core_state['total_uploaded'])
|
||||
|
||||
@ -996,7 +997,7 @@ class DelugeGTK:
|
||||
_("Total Uploaded"), ultotal)
|
||||
|
||||
self.tray_icon.set_tooltip(msg)
|
||||
|
||||
|
||||
def update_torrent_info_widget(self):
|
||||
unique_id = self.get_selected_torrent()
|
||||
# If no torrents added
|
||||
|
Loading…
x
Reference in New Issue
Block a user