1
0
Fork 1
mirror of https://github.com/Vendicated/Vencord.git synced 2025-01-10 09:56:24 +00:00

Fix SpotifyCrack

This commit is contained in:
Vendicated 2023-10-25 20:20:41 +02:00
parent 5e13de72c2
commit 2169090ce5
No known key found for this signature in database
GPG key ID: D66986BAF75ECF18

View file

@ -60,7 +60,7 @@ export default definePlugin({
}, },
{ {
predicate: () => settings.store.keepSpotifyActivityOnIdle, predicate: () => settings.store.keepSpotifyActivityOnIdle,
match: /(?<=shouldShowActivity=function\(\){.{0,50})&&!\i\.\i\.isIdle\(\)/, match: /(?<=shouldShowActivity\(\){.{0,50})&&!\i\.\i\.isIdle\(\)/,
replace: "" replace: ""
} }
] ]