From 135111914d58a5817781b3d657e0803f20e9e5e7 Mon Sep 17 00:00:00 2001 From: Zephyruso <127948745+Zephyruso@users.noreply.github.com> Date: Sat, 2 Sep 2023 14:28:01 +0800 Subject: [PATCH] fix: show option --- src/components/ProxyNodePreview.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ProxyNodePreview.tsx b/src/components/ProxyNodePreview.tsx index 5d9b299..d0b6421 100644 --- a/src/components/ProxyNodePreview.tsx +++ b/src/components/ProxyNodePreview.tsx @@ -19,7 +19,7 @@ export default (props: { proxyNameList: string[]; now?: string }) => { const type = proxiesPreviewType() return ( - type === PROXIES_PREVIEW_TYPE.BAR || + type === PROXIES_PREVIEW_TYPE.DOTS || (type === PROXIES_PREVIEW_TYPE.Auto && isSmallGroup()) ) })