Update: 默认关闭硬件加速

开启硬件加速时可能会导致奇奇怪怪的问题,因此修改为默认关闭
https://github.com/2dust/v2rayN/issues/3379
https://github.com/2dust/v2rayN/issues/3279
pull/3507/head
ShiinaRinne 2023-03-18 20:49:02 +08:00 committed by GitHub
parent 4f120e8eb4
commit 3ba92444a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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]