mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 17:15:38 +08:00
fix: only script profile can display console
This commit is contained in:
@@ -144,7 +144,7 @@ const ProfileMore = (props: Props) => {
|
||||
</Box>
|
||||
|
||||
<Box sx={boxStyle}>
|
||||
{selected ? (
|
||||
{selected && type === "script" ? (
|
||||
hasError ? (
|
||||
<Badge color="error" variant="dot" overlap="circular">
|
||||
<IconButton
|
||||
|
||||
Reference in New Issue
Block a user