mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-27 22:54:03 +08:00
fix: show option
This commit is contained in:
parent
3257791dec
commit
135111914d
@ -19,7 +19,7 @@ export default (props: { proxyNameList: string[]; now?: string }) => {
|
|||||||
const type = proxiesPreviewType()
|
const type = proxiesPreviewType()
|
||||||
|
|
||||||
return (
|
return (
|
||||||
type === PROXIES_PREVIEW_TYPE.BAR ||
|
type === PROXIES_PREVIEW_TYPE.DOTS ||
|
||||||
(type === PROXIES_PREVIEW_TYPE.Auto && isSmallGroup())
|
(type === PROXIES_PREVIEW_TYPE.Auto && isSmallGroup())
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user