needed to make it a string lmao

This commit is contained in:
Sakooooo 2024-08-05 04:44:23 +04:00
parent 6d3e4abce0
commit 434793d354
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

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