This commit is contained in:
Sakooooo 2024-08-05 05:26:56 +04:00
parent 942e4f2dd7
commit bf36e2f93b
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -132,7 +132,7 @@ function BatteryLabel() {
children: [
// Widget.Icon({ icon }),
Widget.Label({
label: battery.bind(),
label: value.toString(),
}),
],
})