From 7d0f4f1d62e609eb3ef0c39aeeab928d6425b175 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Tue, 6 Aug 2024 03:53:10 +0400 Subject: [PATCH] test --- config/ags/config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/ags/config.js b/config/ags/config.js index 327c2038..a0d3c358 100644 --- a/config/ags/config.js +++ b/config/ags/config.js @@ -121,7 +121,9 @@ function Volume() { class_name: "volume", // css: "min-width: 180px", children: [ - icon, value], + // icon, + value + ], }); }