From 2c5c16743eae315e4ee284ebe8b7da871a73e25c Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sat, 16 Nov 2024 23:25:53 +0400 Subject: [PATCH] goodbye audioslider... it was fun... --- config/ags/widget/Bar.tsx | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/config/ags/widget/Bar.tsx b/config/ags/widget/Bar.tsx index 02a21ef6..71220b5d 100644 --- a/config/ags/widget/Bar.tsx +++ b/config/ags/widget/Bar.tsx @@ -41,19 +41,6 @@ function Wifi() { /> } -function AudioSlider() { - const speaker = Wp.get_default()?.audio.defaultSpeaker! - - return - - speaker.volume = value} - value={bind(speaker, "volume")} - /> - -} - function AudioPercent() { const speaker = Wp.get_default()?.audio.defaultSpeaker!