Update SysProxyHandle.cs

pull/3336/head
2dust 2023-02-24 11:11:33 +08:00
parent 09e1a4386d
commit 6f357828b7
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ namespace v2rayN.Handler
{ {
var type = config.sysProxyType; var type = config.sysProxyType;
if (forceDisable && type == ESysProxyType.ForcedChange) if (forceDisable && type != ESysProxyType.Unchanged)
{ {
type = ESysProxyType.ForcedClear; type = ESysProxyType.ForcedClear;
} }