This commit is contained in:
hailin 2025-06-27 10:12:04 +08:00
parent f7706e0abb
commit b4178d648a
1 changed files with 2 additions and 2 deletions

View File

@ -812,7 +812,7 @@ export const ProfileSettings: FC<ProfileSettingsProps> = ({}) => {
<div className="flex items-center space-x-1"> <div className="flex items-center space-x-1">
<ThemeSwitcher /> <ThemeSwitcher />
<WithTooltip {/* <WithTooltip
display={ display={
<div> <div>
{t("profile.downloadTooltip")} {t("profile.downloadTooltip")}
@ -825,7 +825,7 @@ export const ProfileSettings: FC<ProfileSettingsProps> = ({}) => {
onClick={exportLocalStorageAsJSON} onClick={exportLocalStorageAsJSON}
/> />
} }
/> /> */}
</div> </div>
<div className="ml-auto space-x-2"> <div className="ml-auto space-x-2">