Revert "chore: global mode doesn't show proxy groups, use placeholder images instead"

This reverts commit 0edd63edb575929e0802225b314e9c32174080f7.
This commit is contained in:
huzibaca 2024-10-24 07:44:21 +08:00
parent 0edd63edb5
commit fb2d138cbf

View File

@ -121,10 +121,6 @@ export const ProxyGroups = (props: Props) => {
return <BaseEmpty text={t("clash_mode_direct")} />;
}
if (mode === "global") {
return <BaseEmpty text={t("clash_mode_global")} />;
}
return (
<Virtuoso
ref={virtuosoRef}