fix: show option

This commit is contained in:
Zephyruso 2023-09-02 14:28:01 +08:00
parent 3257791dec
commit 135111914d

View File

@ -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())
)
})