mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-20 06:02:23 +00:00
bug fix
This commit is contained in:
parent
957ffa203d
commit
33d541f067
1 changed files with 5 additions and 2 deletions
|
@ -1006,10 +1006,13 @@ namespace v2rayN.Forms
|
|||
#region 后台测速
|
||||
|
||||
private void SetTestResult(int k, string txt)
|
||||
{
|
||||
if (k < lvServers.Items.Count)
|
||||
{
|
||||
config.vmess[k].testResult = txt;
|
||||
lvServers.Items[k].SubItems["testResult"].Text = txt;
|
||||
}
|
||||
}
|
||||
private void ClearTestResult()
|
||||
{
|
||||
foreach (int s in lvSelecteds)
|
||||
|
|
Loading…
Reference in a new issue