1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 23:37:59 +00:00

Merge pull request #11903 from Sakib-Abrar/gui-improvement

Show "∞" instead of " -1" in Preferences
This commit is contained in:
Mike Tzou 2020-01-22 11:56:26 +08:00 committed by GitHub
commit c3ce1aaa3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2294,6 +2294,9 @@
</item>
<item row="0" column="1">
<widget class="QSpinBox" name="spinMaxActiveDownloads">
<property name="specialValueText">
<string>∞</string>
</property>
<property name="minimum">
<number>-1</number>
</property>
@ -2314,6 +2317,9 @@
</item>
<item row="1" column="1">
<widget class="QSpinBox" name="spinMaxActiveUploads">
<property name="specialValueText">
<string>∞</string>
</property>
<property name="minimum">
<number>-1</number>
</property>
@ -2334,6 +2340,9 @@
</item>
<item row="2" column="1">
<widget class="QSpinBox" name="spinMaxActiveTorrents">
<property name="specialValueText">
<string>∞</string>
</property>
<property name="minimum">
<number>-1</number>
</property>