Update: 默认关闭硬件加速
开启硬件加速时可能会导致奇奇怪怪的问题,因此修改为默认关闭 https://github.com/2dust/v2rayN/issues/3379 https://github.com/2dust/v2rayN/issues/3279
This commit is contained in:
@@ -104,7 +104,7 @@ namespace v2rayN.Mode
|
||||
|
||||
public int trayMenuServersLimit { get; set; } = 20;
|
||||
|
||||
public bool enableHWA { get; set; } = true;
|
||||
public bool enableHWA { get; set; } = false;
|
||||
}
|
||||
|
||||
[Serializable]
|
||||
|
||||
Reference in New Issue
Block a user