mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-08 14:13:01 -04:00
Fix NeverPausePreviews
This commit is contained in:
parent
e5876bffe1
commit
c24fe61710
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ export default definePlugin({
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
find: "onSpinnerStarted():null",
|
find: "emptyPreviewWrapper,children",
|
||||||
replacement: {
|
replacement: {
|
||||||
match: /paused:\i([^=])/,
|
match: /paused:\i([^=])/,
|
||||||
replace: "paused:false$1"
|
replace: "paused:false$1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue