mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2024-11-16 11:42:21 +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…
Reference in New Issue
Block a user