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
51993c2a6c
commit
3d8bf9f13c
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