From 8e21e7b85e6b82d07754dc2ea394566e2d07caff Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 8 Aug 2024 14:24:58 +0400 Subject: [PATCH] im gonna aehusdvnkm --- 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 e2597767..83755609 100644 --- a/config/ags/config.js +++ b/config/ags/config.js @@ -134,7 +134,7 @@ function BatteryLabel() { children: [ Widget.Icon({ icon }), Widget.Label({ - label: percent, + label: battery.bind('percent').as(x => x.toString()), }) ], })