Merge pull request #3507 from ShiinaRinne/dev

Update: 默认关闭硬件加速
pull/3530/head
2dust 2023-03-20 13:23:58 +08:00 committed by GitHub
commit e33de896b6
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]