Skip to content

Commit

Permalink
adjust display name
Browse files Browse the repository at this point in the history
  • Loading branch information
pompurin404 committed Sep 26, 2024
1 parent e00e771 commit 28ac626
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/renderer/src/pages/tun.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ const Tun: React.FC = () => {
selectedKey={values.stack}
onSelectionChange={(key: Key) => setValues({ ...values, stack: key as TunStack })}
>
<Tab key="gvisor" title="用户" />
<Tab key="mixed" title="混合" />
<Tab key="system" title="系统" />
<Tab key="gvisor" title="gVisor" />
<Tab key="mixed" title="Mixed" />
<Tab key="system" title="System" />
</Tabs>
</SettingItem>
{platform !== 'darwin' && (
Expand Down

0 comments on commit 28ac626

Please sign in to comment.