mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-14 00:53:04 -04:00
Fix broken plugins
This commit is contained in:
parent
c86a34a15d
commit
efd9927696
2 changed files with 5 additions and 5 deletions
|
@ -63,8 +63,8 @@ export default definePlugin({
|
|||
{
|
||||
find: ".Messages.USER_POPOUT_PRONOUNS",
|
||||
replacement: {
|
||||
match: /\i\.\i\.useExperiment\({}\)\.showPronouns/,
|
||||
replace: "true"
|
||||
match: /\.showPronouns/,
|
||||
replace: ".showPronouns||true"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue