uhh like work dude

This commit is contained in:
Sakooooo 2024-08-05 05:24:20 +04:00
parent e159075705
commit 942e4f2dd7
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.toString(), label: battery.bind(),
}), }),
], ],
}) })