diff --git a/Services/BluetoothService.qml b/Services/BluetoothService.qml index 368534c..2e88f5b 100644 --- a/Services/BluetoothService.qml +++ b/Services/BluetoothService.qml @@ -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) {