diff options
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) => ({ |
