mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-29 08:24:26 -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: [
|
patches: [
|
||||||
{
|
{
|
||||||
// Patch activity icons
|
// Patch activity icons
|
||||||
find: "isBlockedOrIgnored(null==",
|
find: "isBlockedOrIgnored(null",
|
||||||
replacement: {
|
replacement: {
|
||||||
match: /(?<=hideTooltip:.{0,4}}=(\i).*?{}\))\]/,
|
match: /(?<=hideTooltip:.{0,4}}=(\i).*?{}\))\]/,
|
||||||
replace: ",$self.patchActivityList($1)]"
|
replace: ",$self.patchActivityList($1)]"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue