mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-10 18:06:22 +00:00
fix(betterActivities): update icons patch
This commit is contained in:
parent
c42e490693
commit
fb3cdbbf62
1 changed files with 2 additions and 2 deletions
|
@ -243,9 +243,9 @@ export default definePlugin({
|
|||
patches: [
|
||||
{
|
||||
// Patch activity icons
|
||||
find: "default.getHangStatusActivity():null!",
|
||||
find: ".getHangStatusActivity():null!",
|
||||
replacement: {
|
||||
match: /null!=(\i)&&\i.some\(\i=>\(0,\i.default\)\(\i,\i\)\)\?/,
|
||||
match: /null!=(\i)&&\i.some\(\i=>\(0,\i.\i\)\(\i,\i\)\)\?/,
|
||||
replace: "$self.patchActivityList(e),false?"
|
||||
},
|
||||
predicate: () => settings.store.memberList,
|
||||
|
|
Loading…
Reference in a new issue