mirror of
https://github.com/Equicord/Equicord.git
synced 2025-03-31 04:31:58 -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],
|
||||
patches: [
|
||||
{
|
||||
find: ".hasAvatarForGuild(null==",
|
||||
find: '"UserProfilePopout"',
|
||||
replacement: {
|
||||
match: /(?<=user:(\i).*?===\i\.id.*?)return/,
|
||||
replace: "return $self.openUserProfile($1) ||"
|
||||
match: /(?<=user:(\i).*?"PRESS_VIEW_PROFILE".{0,50})return/,
|
||||
replace: "return $self.openUserProfile($1);"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue