mirror of
https://github.com/KrstlSkll69/vc-snippets.git
synced 2025-04-19 20:55:22 +02:00
Bug fix
This commit is contained in:
parent
9795b3fa92
commit
1bf78bac50
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
/**
|
/**
|
||||||
* @name Swap Mic and Deafen Icon
|
* @name Swap Mic and Deafen Icon
|
||||||
* @author krystalskullofficial, vending.machine
|
* @author krystalskullofficial, vending.machine
|
||||||
* @version 1.0
|
* @version 1.5
|
||||||
* @description erm... title sums it up pretty good
|
* @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;
|
order: -1;
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue