summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorLarvan2 <[email protected]>2023-10-24 19:38:17 +0800
committerLarvan2 <[email protected]>2023-10-24 19:43:02 +0800
commitd939e4ad247d1421335eb97b48b9669a8e0892d2 (patch)
treed89c2776de13794a55f523687edba70f8224d7f6 /src/components
parentc882d856326ed2c8a2f6a7350aecb5e48a1ea03d (diff)
fix: show mixed stack
Diffstat (limited to 'src/components')
-rw-r--r--src/components/Config.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/Config.tsx b/src/components/Config.tsx
index 78f59ef..cb2da8d 100644
--- a/src/components/Config.tsx
+++ b/src/components/Config.tsx
@@ -65,6 +65,7 @@ const modeOptions = [
const tunStackOptions = [
['gvisor', 'gVisor'],
+ ['mixed', 'Mixed'],
['system', 'System'],
['lwip', 'LWIP'],
];