Fix NeverPausePreviews

This commit is contained in:
thororen1234 2025-04-02 22:10:19 -04:00
parent 51993c2a6c
commit 3d8bf9f13c
No known key found for this signature in database

View file

@ -40,7 +40,7 @@ export default definePlugin({
}
},
{
find: "onSpinnerStarted():null",
find: "emptyPreviewWrapper,children",
replacement: {
match: /paused:\i([^=])/,
replace: "paused:false$1"