mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-03-09 20:01:08 +00:00
Show "∞" instead of " -1" in Preferences
This commit is contained in:
parent
01ad8a443c
commit
1768570bf9
@ -2294,6 +2294,9 @@
|
|||||||
</item>
|
</item>
|
||||||
<item row="0" column="1">
|
<item row="0" column="1">
|
||||||
<widget class="QSpinBox" name="spinMaxActiveDownloads">
|
<widget class="QSpinBox" name="spinMaxActiveDownloads">
|
||||||
|
<property name="specialValueText">
|
||||||
|
<string>∞</string>
|
||||||
|
</property>
|
||||||
<property name="minimum">
|
<property name="minimum">
|
||||||
<number>-1</number>
|
<number>-1</number>
|
||||||
</property>
|
</property>
|
||||||
@ -2314,6 +2317,9 @@
|
|||||||
</item>
|
</item>
|
||||||
<item row="1" column="1">
|
<item row="1" column="1">
|
||||||
<widget class="QSpinBox" name="spinMaxActiveUploads">
|
<widget class="QSpinBox" name="spinMaxActiveUploads">
|
||||||
|
<property name="specialValueText">
|
||||||
|
<string>∞</string>
|
||||||
|
</property>
|
||||||
<property name="minimum">
|
<property name="minimum">
|
||||||
<number>-1</number>
|
<number>-1</number>
|
||||||
</property>
|
</property>
|
||||||
@ -2334,6 +2340,9 @@
|
|||||||
</item>
|
</item>
|
||||||
<item row="2" column="1">
|
<item row="2" column="1">
|
||||||
<widget class="QSpinBox" name="spinMaxActiveTorrents">
|
<widget class="QSpinBox" name="spinMaxActiveTorrents">
|
||||||
|
<property name="specialValueText">
|
||||||
|
<string>∞</string>
|
||||||
|
</property>
|
||||||
<property name="minimum">
|
<property name="minimum">
|
||||||
<number>-1</number>
|
<number>-1</number>
|
||||||
</property>
|
</property>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user