mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 08:45:41 +08:00
chore: add service mode info
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user