diff --git a/src/components/setting/setting-clash.tsx b/src/components/setting/setting-clash.tsx index 9ef77c0..3881f52 100644 --- a/src/components/setting/setting-clash.tsx +++ b/src/components/setting/setting-clash.tsx @@ -1,19 +1,10 @@ import { useRef } from "react"; import { useTranslation } from "react-i18next"; -import { - TextField, - Select, - MenuItem, - Typography, - Tooltip, - IconButton, -} from "@mui/material"; - +import { TextField, Select, MenuItem, Typography } from "@mui/material"; import { SettingsRounded, ShuffleRounded, LanRounded, - InfoRounded, } from "@mui/icons-material"; import { DialogRef, Notice, Switch } from "@/components/base"; import { useClash } from "@/hooks/use-clash"; @@ -122,11 +113,10 @@ const SettingClash = ({ onError }: Props) => { - - - - + } > { - + + } + > { } + extra={ + + } > { backupRef.current?.open()} label={t("Backup Setting")} + extra={ + + } />