diff --git a/src/components/proxy/proxy-global.tsx b/src/components/proxy/proxy-global.tsx index 9ddb2974f36ec28c3d85a402b99d427856949082..b0b1982c6fc35bbcc46f343d56aed4cc2e666257 100644 --- a/src/components/proxy/proxy-global.tsx +++ b/src/components/proxy/proxy-global.tsx @@ -129,13 +129,13 @@ const ProxyGlobal = (props: Props) => { <MyLocationRounded /> </IconButton> - <IconButton size="small" title="check" onClick={onCheckAll}> + <IconButton size="small" title="delay check" onClick={onCheckAll}> <NetworkCheckRounded /> </IconButton> <IconButton size="small" - title="check" + title="proxy detail" onClick={() => setShowType(!showType)} > {showType ? <VisibilityRounded /> : <VisibilityOffRounded />} @@ -143,7 +143,7 @@ const ProxyGlobal = (props: Props) => { <IconButton size="small" - title="check" + title="filter" onClick={() => setShowFilter(!showFilter)} > {showFilter ? <FilterAltRounded /> : <FilterAltOffRounded />} diff --git a/src/components/proxy/proxy-group.tsx b/src/components/proxy/proxy-group.tsx index 61be923c7778857b43c0d1c74ed049536f8323b7..9077275b01f1ea17482bf455aab9588aeedbf516 100644 --- a/src/components/proxy/proxy-group.tsx +++ b/src/components/proxy/proxy-group.tsx @@ -154,13 +154,13 @@ const ProxyGroup = ({ group }: Props) => { <MyLocationRounded /> </IconButton> - <IconButton size="small" title="check" onClick={onCheckAll}> + <IconButton size="small" title="delay check" onClick={onCheckAll}> <NetworkCheckRounded /> </IconButton> <IconButton size="small" - title="check" + title="proxy detail" onClick={() => setShowType(!showType)} > {showType ? <VisibilityRounded /> : <VisibilityOffRounded />} @@ -168,7 +168,7 @@ const ProxyGroup = ({ group }: Props) => { <IconButton size="small" - title="check" + title="filter" onClick={() => setShowFilter(!showFilter)} > {showFilter ? <FilterAltRounded /> : <FilterAltOffRounded />} @@ -176,7 +176,6 @@ const ProxyGroup = ({ group }: Props) => { {showFilter && ( <TextField - autoFocus hiddenLabel value={filterText} size="small"