mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-18 10:57:04 -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: [
|
replacement: [
|
||||||
{
|
{
|
||||||
match: /(\i)\.premiumType/,
|
match: /(\i)\.premiumType/,
|
||||||
|
|
|
@ -192,7 +192,7 @@ export default definePlugin({
|
||||||
}
|
}
|
||||||
})),
|
})),
|
||||||
// Banners
|
// Banners
|
||||||
...[".NITRO_BANNER,", /overrideBannerSrc:\i,profileType:/].map(find => ({
|
...[".NITRO_BANNER,", /profileType:\i,overrideBannerSrc:\i/].map(find => ({
|
||||||
find,
|
find,
|
||||||
replacement: {
|
replacement: {
|
||||||
// style: { backgroundImage: shouldShowBanner ? "url(".concat(bannerUrl,
|
// style: { backgroundImage: shouldShowBanner ? "url(".concat(bannerUrl,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue