mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-05 07:58:38 +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',
|
xtype: 'number',
|
||||||
decimalPrecision: 0,
|
decimalPrecision: 0,
|
||||||
minValue: -1,
|
minValue: -1,
|
||||||
maxValue: 99999
|
maxValue: 65535
|
||||||
},
|
},
|
||||||
value: '58846',
|
value: '58846',
|
||||||
anchor: '50%'
|
anchor: '50%'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue