BTService: add percent symbol (%) after battery level
This commit is contained in:
parent
125a3ace08
commit
7ace02dd46
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ Singleton {
|
|||
}
|
||||
|
||||
function getBattery(device) {
|
||||
return `Battery: ${Math.round(device.battery * 100)}`
|
||||
return `Battery: ${Math.round(device.battery * 100)}%`
|
||||
}
|
||||
|
||||
function getSignalIcon(device) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue