mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-08 06:03:03 -04:00
Fix BannersEverywhere
This commit is contained in:
parent
d795ea0232
commit
9f801ebb2d
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ export default definePlugin({
|
|||
replacement:
|
||||
{
|
||||
// We cant access the user id here, so we take the banner property we set earlier
|
||||
match: /wrappedLayout.{0,10}children:\[/,
|
||||
match: /focusProps.\i\}=(\i).*?children:\[/,
|
||||
replace: "$&$1.banner,"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue