optimize the icon of API controller
This commit is contained in:
@@ -11,7 +11,6 @@ import {
|
|||||||
LanRounded,
|
LanRounded,
|
||||||
SettingsRounded
|
SettingsRounded
|
||||||
} from "@mui/icons-material";
|
} from "@mui/icons-material";
|
||||||
import ErrorOutlineRounded from '@mui/icons-material/ErrorOutlineRounded';
|
|
||||||
import { MenuItem, Select, TextField, Typography } from "@mui/material";
|
import { MenuItem, Select, TextField, Typography } from "@mui/material";
|
||||||
import { invoke } from "@tauri-apps/api/core";
|
import { invoke } from "@tauri-apps/api/core";
|
||||||
import { useLockFn } from "ahooks";
|
import { useLockFn } from "ahooks";
|
||||||
@@ -220,20 +219,18 @@ const SettingClash = ({ onError }: Props) => {
|
|||||||
/>
|
/>
|
||||||
</SettingItem>
|
</SettingItem>
|
||||||
|
|
||||||
<SettingItem
|
<SettingItem
|
||||||
onClick={() => ctrlRef.current?.open()}
|
onClick={() => ctrlRef.current?.open()}
|
||||||
label={
|
label={
|
||||||
<>
|
<>
|
||||||
{t("External")}
|
{t("External")}
|
||||||
<TooltipIcon
|
<TooltipIcon
|
||||||
title={t("Enable one-click random API port and key. Click to randomize the port and key")}
|
title={t("Enable one-click random API port and key. Click to randomize the port and key")}
|
||||||
color={"error"}
|
sx={{ opacity: "0.7" }}
|
||||||
icon={ErrorOutlineRounded}
|
/>
|
||||||
sx={{ fontSize: "0.875em", ml: 0.5 }}
|
</>
|
||||||
/>
|
}
|
||||||
</>
|
/>
|
||||||
}
|
|
||||||
/>
|
|
||||||
|
|
||||||
<SettingItem onClick={() => webRef.current?.open()} label={t("Web UI")} />
|
<SettingItem onClick={() => webRef.current?.open()} label={t("Web UI")} />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user