From 4ab13d20d98acfb83efc071ed1af8b4111e00837 Mon Sep 17 00:00:00 2001 From: "Indiana Jone (Indi)" <150982280+KrstlSkll69@users.noreply.github.com> Date: Mon, 19 May 2025 23:36:44 -0400 Subject: [PATCH] update swapMicDeafen --- OtherStuff/swapMicDeafen.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/OtherStuff/swapMicDeafen.css b/OtherStuff/swapMicDeafen.css index 464d59a..5269c31 100644 --- a/OtherStuff/swapMicDeafen.css +++ b/OtherStuff/swapMicDeafen.css @@ -8,6 +8,9 @@ * @source https://github.com/KrstlSkll69/vc-snippets?tab=readme-ov-file#12th-swap-mic-and-deafen-icon- */ -[class*=panels_] :is(button[aria-label="Deafen"], button[aria-label="Disable Game Activity"], button[aria-label="Enable Game Activity"]) { +[class*=panels_] :is(button[aria-label="Deafen"], +button[aria-label="Disable Game Activity"], button[aria-label="Enable Game Activity"], /*== https://vencord.dev/plugins/GameActivityToggle ==*/ +button[aria-label="Turn off Spotify activity"], button[aria-label="Turn on Spotify activity"]) /*== https://cdn.nest.rip/uploads/443c26e7-e8d7-4f14-8fd9-eafeeb1df88b.png ==*/ +{ order: -1; } \ No newline at end of file