mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-18 02:47:03 -04:00
Fixes?
This commit is contained in:
parent
10d684a364
commit
78c0e13fd2
2 changed files with 2 additions and 2 deletions
|
@ -74,7 +74,7 @@ export default definePlugin({
|
|||
]
|
||||
},
|
||||
{
|
||||
find: /overrideBannerSrc:\i,profileType:/,
|
||||
find: /profileType:\i,overrideBannerSrc:\i/,
|
||||
replacement: [
|
||||
{
|
||||
match: /(\i)\.premiumType/,
|
||||
|
|
|
@ -192,7 +192,7 @@ export default definePlugin({
|
|||
}
|
||||
})),
|
||||
// Banners
|
||||
...[".NITRO_BANNER,", /overrideBannerSrc:\i,profileType:/].map(find => ({
|
||||
...[".NITRO_BANNER,", /profileType:\i,overrideBannerSrc:\i/].map(find => ({
|
||||
find,
|
||||
replacement: {
|
||||
// style: { backgroundImage: shouldShowBanner ? "url(".concat(bannerUrl,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue