ah
This commit is contained in:
parent
c60a14b873
commit
b56d98553c
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ function BatteryLabel() {
|
|||
children: [
|
||||
// Widget.Icon({ icon }),
|
||||
Widget.Label({
|
||||
label: battery.bind("precent"),
|
||||
label: battery.bind("precent").toString(),
|
||||
}),
|
||||
],
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue