mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 06:43:44 +08:00
fix: only script profile can display console
This commit is contained in:
parent
2e75c9951b
commit
8de67411ac
@ -144,7 +144,7 @@ const ProfileMore = (props: Props) => {
|
|||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
<Box sx={boxStyle}>
|
<Box sx={boxStyle}>
|
||||||
{selected ? (
|
{selected && type === "script" ? (
|
||||||
hasError ? (
|
hasError ? (
|
||||||
<Badge color="error" variant="dot" overlap="circular">
|
<Badge color="error" variant="dot" overlap="circular">
|
||||||
<IconButton
|
<IconButton
|
||||||
|
Loading…
x
Reference in New Issue
Block a user