fix ShowMeYourName (#2354)

This commit is contained in:
Elvyra 2024-04-14 01:36:56 +02:00 committed by GitHub
parent e5bd5534db
commit af7d1b9df2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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])}"
}
},