Fix BannersEverywhere

This commit is contained in:
thororen1234 2025-02-20 17:13:25 -05:00
parent d795ea0232
commit 9f801ebb2d
No known key found for this signature in database

View file

@ -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,"
}
}