mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-15 01:23:03 -04:00
Fixes
This commit is contained in:
parent
2de05901a5
commit
2ae3b0606f
2 changed files with 2 additions and 5 deletions
|
@ -355,7 +355,7 @@ function patchFactories(factories: Record<string, (module: any, exports: any, re
|
|||
if (!patch.all) patches.splice(i--, 1);
|
||||
}
|
||||
|
||||
if (IS_DEV && mod !== originalMod) {
|
||||
if (mod !== originalMod) {
|
||||
factory.$$vencordPatchedSource = String(mod);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue