fix ShowMeYourName (#2354)

This commit is contained in:
Elvyra 2024-04-14 01:36:56 +02:00 committed by Luna
parent 536d50b36c
commit 1bc11526f0

View file

@ -49,7 +49,7 @@ export default definePlugin({
{
find: ".useCanSeeRemixBadge)",
replacement: {
match: /(?<=onContextMenu:\i,children:).*?\}/,
match: /(?<=onContextMenu:\i,children:).*?\)}/,
replace: "$self.renderUsername(arguments[0])}"
}
},