diff --git a/src/components/setting/setting-system.tsx b/src/components/setting/setting-system.tsx index 7fdeb8f1..5cee2cab 100644 --- a/src/components/setting/setting-system.tsx +++ b/src/components/setting/setting-system.tsx @@ -1,8 +1,8 @@ import useSWR from "swr"; import { useRef } from "react"; import { useTranslation } from "react-i18next"; -import { IconButton, Switch } from "@mui/material"; -import { ArrowForward, PrivacyTipRounded, Settings } from "@mui/icons-material"; +import { IconButton, Switch, Tooltip } from "@mui/material"; +import { PrivacyTipRounded, Settings, InfoRounded } from "@mui/icons-material"; import { checkService } from "@/services/cmds"; import { useVerge } from "@/hooks/use-verge"; import { DialogRef } from "@/components/base"; @@ -57,7 +57,22 @@ const SettingSystem = ({ onError }: Props) => { )} - + + + + + + } + >