please work
This commit is contained in:
parent
a050bfba79
commit
7a56258baf
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ function BatteryLabel() {
|
|||
children: [
|
||||
// Widget.Icon({ icon }),
|
||||
Widget.Label({
|
||||
label: value,
|
||||
label: battery.bind("precent").transform((v) => v.toFixed(0)),
|
||||
}),
|
||||
],
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue