Revert "chore: global mode doesn't show proxy groups, use placeholder images instead"
This reverts commit 3df4718709.
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user