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