diff options
| author | cubemaze <[email protected]> | 2023-04-08 00:25:47 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-08 00:25:47 +0800 |
| commit | 17d7282b963a0665c2b2885e2a5663014b246de3 (patch) | |
| tree | 1e583811df8cadbd3b23c518121f7654585aa3c1 /src/components | |
| parent | d7abb2b3e0d6cdb41867061cbe07b531da3c2027 (diff) | |
feat: URLTest could be select
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/proxies/ProxyGroup.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/proxies/ProxyGroup.tsx b/src/components/proxies/ProxyGroup.tsx index fb97e28..b5c34f7 100644 --- a/src/components/proxies/ProxyGroup.tsx +++ b/src/components/proxies/ProxyGroup.tsx @@ -50,7 +50,7 @@ function ProxyGroupImpl({ ); const isSelectable = useMemo( - () => ['Selector', version.meta && 'Fallback'].includes(type), + () => ['Selector', version.meta && 'Fallback', version.meta && 'URLTest'].includes(type), [type, version.meta] ); |
