From fa0bf20047f4afff5dfe7dc3874c969851f80602 Mon Sep 17 00:00:00 2001 From: MetaCubeX <84378451+MetaCubeX@users.noreply.github.com> Date: Mon, 10 Oct 2022 19:02:50 +0800 Subject: Update Config.tsx --- src/components/Config.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components') diff --git a/src/components/Config.tsx b/src/components/Config.tsx index ded79ad..a9ee04f 100644 --- a/src/components/Config.tsx +++ b/src/components/Config.tsx @@ -65,8 +65,8 @@ const modeOptions = [ ]; const tunStackOptions = [ - ['gVisor', 'gVisor'], - ['System', 'System'], + ['gvisor', 'gVisor'], + ['system', 'System'], ]; const mapState = (s: State) => ({ -- cgit v1.3.1