From 942e4f2dd789f1ca85c180b6856c85a2ef4138f9 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 5 Aug 2024 05:24:20 +0400 Subject: [PATCH] uhh like work dude --- 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 8891ecd3..304124d9 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.toString(), + label: battery.bind(), }), ], })