mirror of
https://github.com/KrstlSkll69/vc-snippets.git
synced 2025-04-19 20:55:22 +02:00
Fix swapMicDeafen
This commit is contained in:
parent
c39a2eb9e4
commit
270a95555a
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue