Bluetooth: more UI polish

This commit is contained in:
LemmyCook 2025-09-04 23:48:16 -04:00
parent cc8a24f445
commit 9ae78eda45
3 changed files with 10 additions and 14 deletions

View file

@ -120,7 +120,6 @@ Singleton {
return ""
}
function getSignalStrength(device) {
if (!device || device.signalStrength === undefined || device.signalStrength <= 0) {
return "Signal: Unknown"