mirror of
https://github.com/Equicord/Equicord.git
synced 2025-04-01 13:11:57 -04:00
Fix For StatusPresets
This commit is contained in:
parent
2e0fa07a9e
commit
a3e74c44df
1 changed files with 2 additions and 2 deletions
|
@ -161,8 +161,8 @@ export default definePlugin({
|
||||||
{
|
{
|
||||||
find: "#{intl::STATUS_MENU_LABEL}",
|
find: "#{intl::STATUS_MENU_LABEL}",
|
||||||
replacement: {
|
replacement: {
|
||||||
match: /:void 0\}\)/,
|
match: /(:void 0\}\))\]/,
|
||||||
replace: "$&,$self.render()"
|
replace: "$1,$self.render()]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Reference in a new issue