From 826dd5d4b7ebdb68237f171291c42e9ddfb4be39 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 5 Sep 2024 07:21:07 +0400 Subject: [PATCH] remove useless comment now --- config/ags/config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/ags/config.js b/config/ags/config.js index 1d98fd8b..5c6d53e1 100644 --- a/config/ags/config.js +++ b/config/ags/config.js @@ -114,10 +114,6 @@ function Volume() { }) const volume = Widget.Label({ - // label: Math.round(audio.speaker.volume * 100).toString(), - // label: !audio.speaker.is_muted - // ? ` ${Math.round(audio.speaker.volume * 100).toString()}` - // : "", label: audio.speaker.bind("volume").as((x) => `${Math.round(x * 100)}%`) })