mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 08:53:44 +08:00
fix: Copy Env Type Select Error
This commit is contained in:
parent
66f8fbf08c
commit
08eb95e73a
@ -134,12 +134,8 @@ const SettingVerge = ({ onError }: Props) => {
|
|||||||
>
|
>
|
||||||
<Select size="small" sx={{ width: 140, "> div": { py: "7.5px" } }}>
|
<Select size="small" sx={{ width: 140, "> div": { py: "7.5px" } }}>
|
||||||
<MenuItem value="bash">Bash</MenuItem>
|
<MenuItem value="bash">Bash</MenuItem>
|
||||||
{OS === "windows" && (
|
<MenuItem value="cmd">CMD</MenuItem>
|
||||||
<>
|
<MenuItem value="powershell">PowerShell</MenuItem>
|
||||||
<MenuItem value="cmd">CMD</MenuItem>
|
|
||||||
<MenuItem value="powershell">PowerShell</MenuItem>
|
|
||||||
</>
|
|
||||||
)}
|
|
||||||
</Select>
|
</Select>
|
||||||
</GuardState>
|
</GuardState>
|
||||||
</SettingItem>
|
</SettingItem>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user