Use normal red for test results instead of darkRed. fixes #217 (#488)

This commit is contained in:
Alireza |S.N| 2023-04-03 05:12:48 +03:30 committed by GitHub
parent 5572a3042f
commit 1dd1fcf016
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -139,7 +139,7 @@ namespace NekoRay {
} else if (latency < 200) {
return Qt::darkYellow;
} else {
return Qt::darkRed;
return Qt::red;
}
} else {
return {};