From 05d01485ab1f15bab05a702175cc9a1510faf417 Mon Sep 17 00:00:00 2001 From: felix Date: Sun, 9 Aug 2020 01:43:39 +0800 Subject: fix: cannot change mixed port --- src/components/Config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/components/Config.js') diff --git a/src/components/Config.js b/src/components/Config.js index f3c56d2..d5850d1 100644 --- a/src/components/Config.js +++ b/src/components/Config.js @@ -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); -- cgit v1.3.1