mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 04:53:44 +08:00
chore: global mode doesn't show proxy groups, use placeholder images instead
This commit is contained in:
parent
97b730668c
commit
0edd63edb5
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user