mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-27 03:36:16 +00:00
fix other speed dialog from tray
This commit is contained in:
parent
71bd04351e
commit
4b68fa7d76
@ -316,7 +316,7 @@ class SystemTray(component.Component):
|
||||
value = -1
|
||||
|
||||
if value == _("Other..."):
|
||||
value = deluge.common.show_other_speed_dialog(
|
||||
value = deluge.common.show_other_dialog(
|
||||
string + " Speed (KiB/s):", default)
|
||||
if value == None:
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user