diff --git a/config/ags/config.js b/config/ags/config.js index a2383a3d..9e01677c 100644 --- a/config/ags/config.js +++ b/config/ags/config.js @@ -132,7 +132,7 @@ function BatteryLabel() { children: [ // Widget.Icon({ icon }), Widget.Label({ - label: value, + label: value.toString(), }), ], })