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