diff --git a/src/pages/profiles.tsx b/src/pages/profiles.tsx index e8d5d187..28a2576d 100644 --- a/src/pages/profiles.tsx +++ b/src/pages/profiles.tsx @@ -400,6 +400,7 @@ const ProfilePage = () => { onEdit={() => viewerRef.current?.edit(item)} onSave={async (prev, curr) => { if (prev !== curr && profiles.current === item.uid) { + await onEnhance(false); await restartCore(); Notice.success(t("Clash Core Restarted"), 1000); }