mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 09:13:45 +08:00
fix: adjust notice
This commit is contained in:
parent
a1f819a458
commit
a4c985a219
@ -133,9 +133,9 @@ const ProfilePage = () => {
|
|||||||
setCurrentProfile(current);
|
setCurrentProfile(current);
|
||||||
mutate("getProfiles", { ...profiles, current: current }, true);
|
mutate("getProfiles", { ...profiles, current: current }, true);
|
||||||
mutate("getRuntimeLogs");
|
mutate("getRuntimeLogs");
|
||||||
// if (force) Notice.success("Refresh clash config", 1000);
|
Notice.success("Refresh clash config", 1000);
|
||||||
} catch (err: any) {
|
} catch (err: any) {
|
||||||
Notice.error(err?.message || err.toString());
|
Notice.error(err?.message || err.toString(), 4000);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user