mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 06:13:44 +08:00
fix: service mode viewer ui
This commit is contained in:
parent
e7db2a8573
commit
a355a9c85e
@ -74,6 +74,7 @@ export const ServiceViewer = forwardRef<DialogRef, Props>((props, ref) => {
|
||||
open={open}
|
||||
title={t("Service Mode")}
|
||||
contentSx={{ width: 360, userSelect: "text" }}
|
||||
disableFooter
|
||||
onClose={() => setOpen(false)}
|
||||
>
|
||||
<Typography>Current State: {state}</Typography>
|
||||
|
Loading…
x
Reference in New Issue
Block a user