mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-13 08:33:01 -04:00
Fix AccountPanelServerProfile
This commit is contained in:
parent
0fae2ee510
commit
6309961063
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ export default definePlugin({
|
|||
group: true,
|
||||
replacement: [
|
||||
{
|
||||
match: /let{speaking:\i/,
|
||||
match: /let{ref:\i/,
|
||||
replace: "$self.useAccountPanelRef();$&"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue