Remove Extra ==
Some checks are pending
Test / Test (push) Waiting to run

This commit is contained in:
thororen1234 2025-06-27 16:10:01 -04:00
parent cb05fa03c7
commit f249c0c7be
No known key found for this signature in database

View file

@ -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)]"