This commit is contained in:
Sakooooo 2024-08-05 15:52:54 +04:00
parent c60a14b873
commit b56d98553c
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: battery.bind("precent"), label: battery.bind("precent").toString(),
}), }),
], ],
}) })