mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 13:23:28 -05:00
Fixes
This commit is contained in:
parent
0e167188a2
commit
64e8b045f0
1 changed files with 2 additions and 2 deletions
|
@ -131,14 +131,14 @@ export default definePlugin({
|
|||
dependencies: ["UserSettingsAPI"],
|
||||
patches: [
|
||||
{
|
||||
find: ".Messages.CUSTOM_STATUS_CLEAR_AFTER",
|
||||
find: "Messages.CUSTOM_STATUS_SET_CUSTOM_STATUS}",
|
||||
replacement: {
|
||||
match: /\.ModalFooter,.{0,70}\.Messages\.SAVE\}\)/,
|
||||
replace: "$&,$self.renderRememberButton(this.state)"
|
||||
}
|
||||
},
|
||||
{
|
||||
find: ".Messages.STATUS_MENU_LABEL",
|
||||
find: "Messages.STATUS_MENU_LABEL",
|
||||
replacement: {
|
||||
match: /!\i&&(.{0,15}\i\.Fragment.{0,55}null==(\i).{0,200}customEmojiPlaceholder\}\),onClick:([^}]+}))/,
|
||||
replace: "$self.render($2, $3),false&&$1"
|
||||
|
|
Loading…
Reference in a new issue