diff options
| author | MetaCubeX <[email protected]> | 2022-10-10 19:02:50 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-10-10 19:02:50 +0800 |
| commit | fa0bf20047f4afff5dfe7dc3874c969851f80602 (patch) | |
| tree | ff098b79093e94da50ea9b731cd0cfefef61cb17 /src | |
| parent | 4b7e7cedbf2574237710a69647dc5b162508f8b6 (diff) | |
Update Config.tsx
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/Config.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
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) => ({ |
