mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
Set the maxValue of the port spinner to 65535
This commit is contained in:
parent
9df5269fee
commit
fb154eaba9
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ Copyright:
|
|||
xtype: 'number',
|
||||
decimalPrecision: 0,
|
||||
minValue: -1,
|
||||
maxValue: 99999
|
||||
maxValue: 65535
|
||||
},
|
||||
value: '58846',
|
||||
anchor: '50%'
|
||||
|
|
Loading…
Add table
Reference in a new issue