mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-28 07:54:22 -04:00
This commit is contained in:
parent
cb05fa03c7
commit
f249c0c7be
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ export default definePlugin({
|
|||
patches: [
|
||||
{
|
||||
// Patch activity icons
|
||||
find: "isBlockedOrIgnored(null==",
|
||||
find: "isBlockedOrIgnored(null",
|
||||
replacement: {
|
||||
match: /(?<=hideTooltip:.{0,4}}=(\i).*?{}\))\]/,
|
||||
replace: ",$self.patchActivityList($1)]"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue