Skip to content

Commit

Permalink
fix(betterActivities): update icons patch
Browse files Browse the repository at this point in the history
  • Loading branch information
D3SOX committed Jun 19, 2024
1 parent 357343c commit 4af7216
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions betterActivities/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -505,9 +505,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,
Expand Down

0 comments on commit 4af7216

Please sign in to comment.