mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-08 09:28:41 +00:00
fix max upload for 256k
This commit is contained in:
parent
6520e618c2
commit
054f7e5721
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ class WizardGTK:
|
||||||
float('130'))
|
float('130'))
|
||||||
self.wtree.get_widget('spin_max_upload_slots_global').set_value(\
|
self.wtree.get_widget('spin_max_upload_slots_global').set_value(\
|
||||||
float('3'))
|
float('3'))
|
||||||
self.wtree.get_widget('spin_max_upload').set_value(float('17'))
|
self.wtree.get_widget('spin_max_upload').set_value(float('22'))
|
||||||
self.wtree.get_widget('spin_torrents').set_value(float('1'))
|
self.wtree.get_widget('spin_torrents').set_value(float('1'))
|
||||||
elif self.wtree.get_widget('combo_upload_line').get_active_text() == \
|
elif self.wtree.get_widget('combo_upload_line').get_active_text() == \
|
||||||
"384k":
|
"384k":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue