mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-13 00:23:02 -04:00
Fix Broken Patches/Finds
This commit is contained in:
parent
436d6f6349
commit
d35c129e41
3 changed files with 3 additions and 3 deletions
|
@ -48,7 +48,7 @@ export default definePlugin({
|
|||
},
|
||||
patches: [
|
||||
{
|
||||
find: '"AccountConnected"',
|
||||
find: '"account";',
|
||||
replacement: {
|
||||
// react.jsx)(AccountPanel, { ..., showTaglessAccountPanel: blah })
|
||||
match: /(?<=\i\.jsxs?\)\()(\i),{(?=[^}]*?userTag:\i,hidePrivateData:)/,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue