fix: disable underline of startup script (#3357)

This commit is contained in:
StarHeart
2025-04-19 00:00:39 +08:00
committed by GitHub
parent f6ea01238a
commit 16187858a3

View File

@@ -182,6 +182,7 @@ const SettingVergeBasic = ({ onError }: Props) => {
<Input <Input
value={startup_script} value={startup_script}
disabled disabled
disableUnderline
sx={{ width: 230 }} sx={{ width: 230 }}
endAdornment={ endAdornment={
<> <>