mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-15 09:33:03 -04:00
AlwaysExpandProfile: Dont Show Bite Size Popout
This commit is contained in:
parent
90d62b672c
commit
9a96d856a9
1 changed files with 3 additions and 3 deletions
|
@ -15,10 +15,10 @@ export default definePlugin({
|
||||||
authors: [EquicordDevs.thororen],
|
authors: [EquicordDevs.thororen],
|
||||||
patches: [
|
patches: [
|
||||||
{
|
{
|
||||||
find: ".hasAvatarForGuild(null==",
|
find: '"UserProfilePopout"',
|
||||||
replacement: {
|
replacement: {
|
||||||
match: /(?<=user:(\i).*?===\i\.id.*?)return/,
|
match: /(?<=user:(\i).*?"PRESS_VIEW_PROFILE".{0,50})return/,
|
||||||
replace: "return $self.openUserProfile($1) ||"
|
replace: "return $self.openUserProfile($1);"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue