mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-20 03:47:01 -04:00
Fix canary
This commit is contained in:
parent
b8ed72286b
commit
8113ed3c8c
12 changed files with 21 additions and 21 deletions
|
@ -151,7 +151,7 @@ export default definePlugin({
|
|||
}, {
|
||||
find: ".Messages.NEW,name",
|
||||
replacement: {
|
||||
match: /\(\)\.badgeContainer.+?.\?\(0,.\.jsx\)\(.{1,2},{name:(?<props>.)\.name}\):null/,
|
||||
match: /.badgeContainer.+?.\?\(0,.\.jsx\)\(.{1,2},{name:(?<props>.)\.name}\):null/,
|
||||
replace: "$&,Vencord.Plugins.plugins.IgnoreActivities.renderToggleActivityButton($<props>)"
|
||||
}
|
||||
}, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue