Merge pull request #516 from sep2/master
This commit is contained in:
commit
3e83d2a705
1 changed files with 1 additions and 0 deletions
|
@ -137,6 +137,7 @@ function ConfigImpl({
|
|||
break;
|
||||
case 'redir-port':
|
||||
case 'socks-port':
|
||||
case 'mixed-port':
|
||||
case 'port':
|
||||
if (target.value !== '') {
|
||||
const num = parseInt(target.value, 10);
|
||||
|
|
Loading…
Reference in a new issue