new plugin FullUserInChatbox (#2766)

This commit is contained in:
sadan4 2024-12-30 00:07:26 -05:00 committed by GitHub
parent 0fd76ab15a
commit 20ed7dc96b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 59 additions and 2 deletions

View file

@ -85,7 +85,7 @@ export default definePlugin({
replace: "$&onRequestClose:$self.onPopoutClose,"
},
{
match: /(?<=.avatarWrapper,)/,
match: /(?<=\.avatarWrapper,)/,
replace: "ref:$self.accountPanelRef,onContextMenu:$self.openAccountPanelContextMenu,"
}
]