From 434793d354e212ce7de49381261f64ad2c531102 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 5 Aug 2024 04:44:23 +0400 Subject: [PATCH] needed to make it a string lmao --- config/ags/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(), }), ], })