mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 21:33:35 -05:00
Actually Fix It
This commit is contained in:
parent
c56f700fba
commit
22751c00eb
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ export default definePlugin({
|
||||||
{
|
{
|
||||||
find: "#{intl::STATUS_MENU_LABEL}",
|
find: "#{intl::STATUS_MENU_LABEL}",
|
||||||
replacement: {
|
replacement: {
|
||||||
match: /!\i&&(.{0,15}\i\.Fragment.{0,55}null==(\i).{0,200}customEmojiPlaceholder\}\),onClick:([^}]+}))/,
|
match: /!\i\i&&(.{0,20}\i\.Fragment.{0,100}null==(\i).{0,200}customEmojiPlaceholder\}\),onClick:(.*?}))/,
|
||||||
replace: "$self.render($2, $3),false&&$1"
|
replace: "$self.render($2, $3),false&&$1"
|
||||||
},
|
},
|
||||||
all: true
|
all: true
|
||||||
|
|
Loading…
Reference in a new issue