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