From 270a95555a2d537f8de4988b05cc095c0e0fc3bb Mon Sep 17 00:00:00 2001 From: Krystal Date: Fri, 31 Jan 2025 20:58:50 -0500 Subject: [PATCH] Fix swapMicDeafen --- OtherStuff/swapMicDeafen.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OtherStuff/swapMicDeafen.css b/OtherStuff/swapMicDeafen.css index 1389cf0..972c4b5 100644 --- a/OtherStuff/swapMicDeafen.css +++ b/OtherStuff/swapMicDeafen.css @@ -5,6 +5,6 @@ * @description erm... title sums it up pretty good */ -[class*=panels_] :is([aria-label="Mute"], [aria-label="User Settings"]) { - order: 1; +[class*=panels_] :is(button[aria-label="Deafen"], button[aria-label="Disable Game Activity"]) { + order: -1; } \ No newline at end of file