mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-08 14:13:01 -04:00
Fix FriendCodes
This commit is contained in:
parent
71f00c8d52
commit
fa2fb341c8
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ export default definePlugin({
|
||||||
{
|
{
|
||||||
find: "#{intl::ADD_FRIEND})}),(",
|
find: "#{intl::ADD_FRIEND})}),(",
|
||||||
replacement: {
|
replacement: {
|
||||||
match: /\.Fragment[^]*?children:\[[^]*?}\)/,
|
match: /header,children:\[.*?\{\}\)/,
|
||||||
replace: "$&,$self.FriendCodesPanel"
|
replace: "$&,$self.FriendCodesPanel"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue