mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
- Fixed proxy host max length in preferences
This commit is contained in:
parent
bdb625a615
commit
26ae2af198
1 changed files with 2 additions and 2 deletions
|
@ -916,10 +916,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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue