More tweaks

This commit is contained in:
David Heinemeier Hansson
2026-05-18 22:47:06 +02:00
parent 1a457118a5
commit bc1b824891
2 changed files with 18 additions and 5 deletions
+2 -2
View File
@@ -601,8 +601,8 @@ Item {
if (dev.batteryAvailable) return "Connected · " + Math.round(dev.battery * 100) + "%"
return "Connected"
}
if (isDiscovered) return "Available · click to pair"
return "Paired"
if (isDiscovered) return ""
return ""
}
readonly property color statusColor: {