mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-09 06:33:03 -04:00
AccountPanelServerProfile: Fix not working (#3286)
This commit is contained in:
parent
c5300713b2
commit
4391fcc21b
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ export default definePlugin({
|
|||
group: true,
|
||||
replacement: [
|
||||
{
|
||||
match: /(?<=\.AVATAR_SIZE\);)/,
|
||||
match: /(?<=\.AVATAR_SIZE\).{0,100};)(?=return)/,
|
||||
replace: "$self.useAccountPanelRef();"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue