Browse Source

add check

pull/567/head
YFdyh000 5 years ago
parent
commit
be9bbcc2c7
  1. 2
      v2rayN/v2rayN/Forms/MainForm.cs

2
v2rayN/v2rayN/Forms/MainForm.cs

@ -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…
Cancel
Save