fix ShowConnections

This commit is contained in:
Vendicated 2024-06-26 13:27:23 +02:00
parent 3ad76b7f0f
commit 7f1ccef383
No known key found for this signature in database
GPG key ID: D66986BAF75ECF18
2 changed files with 1 additions and 2 deletions

View file

@ -119,7 +119,6 @@ const PlatformIndicator = ({ user, wantMargin = true, wantTopMargin = false, sma
verticalAlign: "top",
position: "relative",
top: wantTopMargin ? 2 : 0,
padding: !wantMargin ? 1 : 0,
gap: 2
}}

View file

@ -211,7 +211,7 @@ export default definePlugin({
}
},
{
find: ".BITE_SIZE,onOpenProfile",
find: '"BiteSizeProfileBody"',
replacement: {
match: /currentUser:\i,guild:\i,onOpenProfile:.+?}\)(?=])(?<=user:(\i),bio:null==(\i)\?.+?)/,
replace: "$&,$self.profilePopoutComponent({ user: $1, displayProfile: $2, simplified: true })"