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!