mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-17 02:17:03 -04:00
Fixes
This commit is contained in:
parent
fc05bccb08
commit
54fdcc72dd
2 changed files with 8 additions and 5 deletions
|
@ -60,14 +60,17 @@ export default definePlugin({
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
find: ".installedLogHooks)",
|
||||
// TEMP Work until Vencord Fix
|
||||
...[
|
||||
".DEBUG_LOGGING)",
|
||||
".inputDeviceId)||"
|
||||
].map(find => ({
|
||||
find,
|
||||
replacement: {
|
||||
// if getDebugLogging() returns false, the hooks don't get installed.
|
||||
match: "getDebugLogging(){",
|
||||
replace: "getDebugLogging(){return false;"
|
||||
}
|
||||
},
|
||||
})),
|
||||
],
|
||||
|
||||
startAt: StartAt.Init,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue