From 70ade989e68518b053660ac1a8b6aa048bd8fc0b Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Mon, 10 Mar 2025 23:43:53 -0400 Subject: [PATCH] Fixes For Canary --- src/plugins/accountPanelServerProfile/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/accountPanelServerProfile/index.tsx b/src/plugins/accountPanelServerProfile/index.tsx index c347cc98..c7d644d3 100644 --- a/src/plugins/accountPanelServerProfile/index.tsx +++ b/src/plugins/accountPanelServerProfile/index.tsx @@ -73,7 +73,7 @@ export default definePlugin({ group: true, replacement: [ { - match: /(?<=\.AVATAR_SIZE\);)/, + match: /(?<=\.AVATAR_SIZE\).{0,15};)/, replace: "$self.useAccountPanelRef();" }, {