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

This commit is contained in:
huzibaca 2024-10-24 07:30:30 +08:00
parent b5fddf8fa1
commit 3df4718709
No known key found for this signature in database
GPG Key ID: D4364EE4851DC302

View File

@ -121,6 +121,10 @@ 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}