mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-15 01:23:03 -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,
|
group: true,
|
||||||
replacement: [
|
replacement: [
|
||||||
{
|
{
|
||||||
match: /let{speaking:\i/,
|
match: /let{ref:\i/,
|
||||||
replace: "$self.useAccountPanelRef();$&"
|
replace: "$self.useAccountPanelRef();$&"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue