mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-23 16:49:24 -05:00
Fix Issue?
This commit is contained in:
parent
4234e28ccc
commit
fe287bb635
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ export default definePlugin({
|
|||
patches: [{
|
||||
find: "\"data-selenium-video-tile\":",
|
||||
replacement: {
|
||||
match: /(?<=function\((\i),\i\)\{)(?=let.{20,40},style:)/,
|
||||
match: /(?<=function\((\i),\i\)\{)(?=let.{0,40},style:)/,
|
||||
replace: "$1.style=$self.getVoiceBackgroundStyles($1);",
|
||||
}
|
||||
}],
|
||||
|
|
Loading…
Add table
Reference in a new issue