mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -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:
|
||||
- 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
|
||||
|
||||
@@ -794,10 +794,10 @@
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>0.0.0.0</string>
|
||||
<string/>
|
||||
</property>
|
||||
<property name="maxLength" >
|
||||
<number>15</number>
|
||||
<number>75</number>
|
||||
</property>
|
||||
<property name="echoMode" >
|
||||
<enum>QLineEdit::Normal</enum>
|
||||
|
||||
Reference in New Issue
Block a user