Fix swapMicDeafen

This commit is contained in:
Indiana Jone (Indi) 2025-01-31 20:58:50 -05:00
parent c39a2eb9e4
commit 270a95555a

View file

@ -5,6 +5,6 @@
* @description erm... title sums it up pretty good * @description erm... title sums it up pretty good
*/ */
[class*=panels_] :is([aria-label="Mute"], [aria-label="User Settings"]) { [class*=panels_] :is(button[aria-label="Deafen"], button[aria-label="Disable Game Activity"]) {
order: 1; order: -1;
} }