Fix AccountPanelServerProfile not working

This commit is contained in:
Nuckyz 2025-02-21 23:47:16 -03:00
parent 45c0fc48ed
commit 421ff83276
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

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