Skip to content

Commit

Permalink
fix: show option
Browse files Browse the repository at this point in the history
  • Loading branch information
Zephyruso authored and Zephyruso committed Sep 2, 2023
1 parent 3257791 commit 1351119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ProxyNodePreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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())
)
})
Expand Down

0 comments on commit 1351119

Please sign in to comment.