Fix FriendCodes

This commit is contained in:
thororen1234 2025-04-13 21:46:55 -04:00
parent 71f00c8d52
commit fa2fb341c8
No known key found for this signature in database

View file

@ -17,7 +17,7 @@ export default definePlugin({
{
find: "#{intl::ADD_FRIEND})}),(",
replacement: {
match: /\.Fragment[^]*?children:\[[^]*?}\)/,
match: /header,children:\[.*?\{\}\)/,
replace: "$&,$self.FriendCodesPanel"
}
}