release 2.0.2

This commit is contained in:
wonfen
2024-12-01 11:00:09 +08:00
parent a1f2a621ef
commit 48f9dede7b
6 changed files with 19 additions and 4 deletions

View File

@@ -257,7 +257,16 @@ const SettingVerge = ({ onError }: Props) => {
label={t("Runtime Config")}
/>
<SettingItem onClick={openAppDir} label={t("Open Conf Dir")} />
<SettingItem
onClick={openAppDir}
label={t("Open Conf Dir")}
extra={
<TooltipIcon
title={t("Open Conf Dir Info")}
sx={{ opacity: "0.7" }}
/>
}
/>
<SettingItem onClick={openCoreDir} label={t("Open Core Dir")} />