mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
- BUGFIX: Fixed proxy host max length in preferences
This commit is contained in:
1
TODO
1
TODO
@@ -53,4 +53,5 @@
|
|||||||
|
|
||||||
rc9->rc10 changelog:
|
rc9->rc10 changelog:
|
||||||
- FEATURE: Greatly improved ETA calculation algorithm (use GASA)
|
- FEATURE: Greatly improved ETA calculation algorithm (use GASA)
|
||||||
|
- BUGFIX: Fixed proxy host max length in preferences
|
||||||
- COSMETIC: Use more skin colors instead of hard coded ones
|
- COSMETIC: Use more skin colors instead of hard coded ones
|
||||||
|
|||||||
@@ -794,10 +794,10 @@
|
|||||||
<bool>false</bool>
|
<bool>false</bool>
|
||||||
</property>
|
</property>
|
||||||
<property name="text" >
|
<property name="text" >
|
||||||
<string>0.0.0.0</string>
|
<string/>
|
||||||
</property>
|
</property>
|
||||||
<property name="maxLength" >
|
<property name="maxLength" >
|
||||||
<number>15</number>
|
<number>75</number>
|
||||||
</property>
|
</property>
|
||||||
<property name="echoMode" >
|
<property name="echoMode" >
|
||||||
<enum>QLineEdit::Normal</enum>
|
<enum>QLineEdit::Normal</enum>
|
||||||
|
|||||||
Reference in New Issue
Block a user