From 1bf78bac50419989ea14956088b306567fc60053 Mon Sep 17 00:00:00 2001
From: Krystal <username0458478374@gmail.com>
Date: Sat, 8 Feb 2025 19:22:37 -0500
Subject: [PATCH] Bug fix

---
 OtherStuff/swapMicDeafen.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/OtherStuff/swapMicDeafen.css b/OtherStuff/swapMicDeafen.css
index 11cdde9..0cc2af1 100644
--- a/OtherStuff/swapMicDeafen.css
+++ b/OtherStuff/swapMicDeafen.css
@@ -1,10 +1,10 @@
 /**
 * @name Swap Mic and Deafen Icon
 * @author krystalskullofficial, vending.machine
-* @version 1.0
+* @version 1.5
 * @description erm... title sums it up pretty good
 */
 
-[class*=panels_] :is(button[aria-label="Deafen"], button[aria-label="Disable Game Activity"]) {
+[class*=panels_] :is(button[aria-label="Deafen"], button[aria-label="Disable Game Activity"], button[aria-label="Enable Game Activity"]) {
     order: -1;
 }
\ No newline at end of file