chore: add service mode info

This commit is contained in:
wonfen
2024-09-30 01:04:15 +08:00
parent b3d93d0761
commit 709ab3dd88
5 changed files with 10 additions and 7 deletions

View File

@@ -86,7 +86,10 @@ const SettingSystem = ({ onError }: Props) => {
</GuardState>
</SettingItem>
<SettingItem label={t("Service Mode")}>
<SettingItem
label={t("Service Mode")}
extra={<TooltipIcon title={t("Service Mode Info")} />}
>
<ServiceSwitcher
status={serviceStatus ?? "unknown"}
mutate={mutateServiceStatus}