please work

This commit is contained in:
Sakooooo 2024-08-05 05:38:00 +04:00
parent a050bfba79
commit 7a56258baf
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -132,7 +132,7 @@ function BatteryLabel() {
children: [ children: [
// Widget.Icon({ icon }), // Widget.Icon({ icon }),
Widget.Label({ Widget.Label({
label: value, label: battery.bind("precent").transform((v) => v.toFixed(0)),
}), }),
], ],
}) })