This commit is contained in:
huzibaca 2024-12-28 06:05:09 +08:00
parent 0006012ae7
commit 5da7086475

View File

@ -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);
}