Fixes For Canary
Some checks are pending
Sync to Codeberg / Sync Codeberg and Github (push) Waiting to run
Test / Test (push) Waiting to run

This commit is contained in:
thororen1234 2025-03-10 23:43:53 -04:00
parent fe9ca000e6
commit 70ade989e6
No known key found for this signature in database

View file

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