BTService: add percent symbol (%) after battery level

This commit is contained in:
LemmyCook 2025-08-30 12:44:30 -04:00
parent 125a3ace08
commit 7ace02dd46

View file

@ -116,7 +116,7 @@ Singleton {
} }
function getBattery(device) { function getBattery(device) {
return `Battery: ${Math.round(device.battery * 100)}` return `Battery: ${Math.round(device.battery * 100)}%`
} }
function getSignalIcon(device) { function getSignalIcon(device) {