fix ShowConnections
This commit is contained in:
parent
3ad76b7f0f
commit
7f1ccef383
|
@ -119,7 +119,6 @@ const PlatformIndicator = ({ user, wantMargin = true, wantTopMargin = false, sma
|
||||||
verticalAlign: "top",
|
verticalAlign: "top",
|
||||||
position: "relative",
|
position: "relative",
|
||||||
top: wantTopMargin ? 2 : 0,
|
top: wantTopMargin ? 2 : 0,
|
||||||
padding: !wantMargin ? 1 : 0,
|
|
||||||
gap: 2
|
gap: 2
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
|
|
@ -211,7 +211,7 @@ export default definePlugin({
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
find: ".BITE_SIZE,onOpenProfile",
|
find: '"BiteSizeProfileBody"',
|
||||||
replacement: {
|
replacement: {
|
||||||
match: /currentUser:\i,guild:\i,onOpenProfile:.+?}\)(?=])(?<=user:(\i),bio:null==(\i)\?.+?)/,
|
match: /currentUser:\i,guild:\i,onOpenProfile:.+?}\)(?=])(?<=user:(\i),bio:null==(\i)\?.+?)/,
|
||||||
replace: "$&,$self.profilePopoutComponent({ user: $1, displayProfile: $2, simplified: true })"
|
replace: "$&,$self.profilePopoutComponent({ user: $1, displayProfile: $2, simplified: true })"
|
||||||
|
|
Loading…
Reference in a new issue