mirror of https://github.com/2dust/v2rayN
parent
957ffa203d
commit
33d541f067
|
@ -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 New Issue