mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-10 18:06:22 +00:00
Fix SpotifyCrack
This commit is contained in:
parent
aa3afa10b8
commit
c599f72209
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ export default definePlugin({
|
|||
},
|
||||
{
|
||||
predicate: () => settings.store.keepSpotifyActivityOnIdle,
|
||||
match: /(?<=shouldShowActivity=function\(\){.{0,50})&&!\i\.\i\.isIdle\(\)/,
|
||||
match: /(?<=shouldShowActivity\(\){.{0,50})&&!\i\.\i\.isIdle\(\)/,
|
||||
replace: ""
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue