fix ShowMeYourName (#2354)

main
Elvyra 5 months ago committed by GitHub
parent e5bd5534db
commit af7d1b9df2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save