im gonna aehusdvnkm
This commit is contained in:
parent
3c63916cab
commit
8e21e7b85e
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ function BatteryLabel() {
|
||||||
children: [
|
children: [
|
||||||
Widget.Icon({ icon }),
|
Widget.Icon({ icon }),
|
||||||
Widget.Label({
|
Widget.Label({
|
||||||
label: percent,
|
label: battery.bind('percent').as(x => x.toString()),
|
||||||
})
|
})
|
||||||
],
|
],
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue