mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-06 02:53:45 +08:00
Revert "chore: global mode doesn't show proxy groups, use placeholder images instead"
This reverts commit 3df4718709c49084a635ab190892d14b1744574b.
This commit is contained in:
parent
3df4718709
commit
3eddcafeb6
@ -121,10 +121,6 @@ export const ProxyGroups = (props: Props) => {
|
|||||||
return <BaseEmpty text={t("clash_mode_direct")} />;
|
return <BaseEmpty text={t("clash_mode_direct")} />;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (mode === "global") {
|
|
||||||
return <BaseEmpty text={t("clash_mode_global")} />;
|
|
||||||
}
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Virtuoso
|
<Virtuoso
|
||||||
ref={virtuosoRef}
|
ref={virtuosoRef}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user