uhh like work dude
This commit is contained in:
parent
e159075705
commit
942e4f2dd7
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ function BatteryLabel() {
|
||||||
children: [
|
children: [
|
||||||
// Widget.Icon({ icon }),
|
// Widget.Icon({ icon }),
|
||||||
Widget.Label({
|
Widget.Label({
|
||||||
label: value.toString(),
|
label: battery.bind(),
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue