Fix NeverPausePreviews

This commit is contained in:
thororen1234 2025-04-02 22:10:19 -04:00
parent e5876bffe1
commit c24fe61710
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"