AccountPanelServerProfile: Fix not working (#3286)

This commit is contained in:
sadan4 2025-03-12 20:17:18 -04:00 committed by GitHub
parent c5300713b2
commit 4391fcc21b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -73,7 +73,7 @@ export default definePlugin({
group: true,
replacement: [
{
match: /(?<=\.AVATAR_SIZE\);)/,
match: /(?<=\.AVATAR_SIZE\).{0,100};)(?=return)/,
replace: "$self.useAccountPanelRef();"
},
{