mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
Increased GTK UI limit for download / upload to 60000.
This commit is contained in:
parent
124ec3e9c7
commit
85493750fb
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
=== Deluge 1.2.1 ===
|
||||
==== GtkUI ====
|
||||
* Fix #1128 Show an error dialog when unable to start a 'deluged' process
|
||||
* Increased max enterable download / upload limit to 60000 KiB/s
|
||||
|
||||
==== Console ====
|
||||
* Fix hanging when using commands from the command-line
|
||||
|
|
|
@ -1472,7 +1472,7 @@ Disabled</property>
|
|||
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
||||
<property name="tooltip" translatable="yes">The maximum download speed for all torrents. Set -1 for unlimited.</property>
|
||||
<property name="xalign">1</property>
|
||||
<property name="adjustment">-1 -1 9000 1 10 0</property>
|
||||
<property name="adjustment">-1 -1 60000 1 10 0</property>
|
||||
<property name="climb_rate">1</property>
|
||||
<property name="digits">1</property>
|
||||
<property name="numeric">True</property>
|
||||
|
@ -1491,7 +1491,7 @@ Disabled</property>
|
|||
<property name="can_focus">True</property>
|
||||
<property name="tooltip" translatable="yes">The maximum upload speed for all torrents. Set -1 for unlimited.</property>
|
||||
<property name="xalign">1</property>
|
||||
<property name="adjustment">-1 -1 9000 1 10 0</property>
|
||||
<property name="adjustment">-1 -1 60000 1 10 0</property>
|
||||
<property name="climb_rate">1</property>
|
||||
<property name="digits">1</property>
|
||||
<property name="numeric">True</property>
|
||||
|
|
Loading…
Add table
Reference in a new issue