mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 09:03:43 +08:00
parent
8910dfaecf
commit
ef4711987f
@ -42,6 +42,10 @@ export const ClashPortViewer = forwardRef<DialogRef>((props, ref) => {
|
|||||||
setOpen(false);
|
setOpen(false);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
if (mixedPort === socksPort || mixedPort === port || socksPort === port) {
|
||||||
|
Notice.error("Port conflict!", 4000);
|
||||||
|
return;
|
||||||
|
}
|
||||||
try {
|
try {
|
||||||
await patchInfo({ "mixed-port": mixedPort });
|
await patchInfo({ "mixed-port": mixedPort });
|
||||||
await patchInfo({ "socks-port": socksPort });
|
await patchInfo({ "socks-port": socksPort });
|
||||||
|
Loading…
x
Reference in New Issue
Block a user