mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-19 21:52:25 +00:00
add check
This commit is contained in:
parent
a4a0b29250
commit
be9bbcc2c7
1 changed files with 1 additions and 1 deletions
|
@ -652,7 +652,7 @@ namespace v2rayN.Forms
|
||||||
}
|
}
|
||||||
private void Speedtest(string actionType)
|
private void Speedtest(string actionType)
|
||||||
{
|
{
|
||||||
GetLvSelectedIndex();
|
if (GetLvSelectedIndex() < 0) return;
|
||||||
ClearTestResult();
|
ClearTestResult();
|
||||||
SpeedtestHandler statistics = new SpeedtestHandler(ref config, ref v2rayHandler, lvSelecteds, actionType, UpdateSpeedtestHandler);
|
SpeedtestHandler statistics = new SpeedtestHandler(ref config, ref v2rayHandler, lvSelecteds, actionType, UpdateSpeedtestHandler);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue