misc: delay color

This commit is contained in:
mrFq1 2024-12-10 16:42:02 +08:00
parent 3df80f0c5f
commit 0726361386
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ class DBProxy: ObservableObject {
switch delay {
case 0:
return .gray
return .red
case ..<200 where !httpsTest:
return .green
case ..<800 where httpsTest: