mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
remember latency
This commit is contained in:
@@ -148,6 +148,7 @@ void MainWindow::speedtest_current_group(int mode) {
|
||||
profile->latency = result.ms();
|
||||
if (profile->latency == 0) profile->latency = -1; // sn
|
||||
profile->full_test_report = result.full_report().c_str();
|
||||
profile->Save();
|
||||
|
||||
runOnUiThread([=] {
|
||||
if (!result.error().empty()) {
|
||||
|
||||
Reference in New Issue
Block a user