mirror of
https://github.com/2dust/v2rayN.git
synced 2025-07-01 20:42:10 +00:00
Update SysProxyHandle.cs
This commit is contained in:
parent
09e1a4386d
commit
6f357828b7
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ namespace v2rayN.Handler
|
|||
{
|
||||
var type = config.sysProxyType;
|
||||
|
||||
if (forceDisable && type == ESysProxyType.ForcedChange)
|
||||
if (forceDisable && type != ESysProxyType.Unchanged)
|
||||
{
|
||||
type = ESysProxyType.ForcedClear;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue