mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-09 06:33:03 -04:00
Fix blurNSFW on canary
This commit is contained in:
parent
8113ed3c8c
commit
cc51f6e2d2
2 changed files with 5 additions and 2 deletions
|
@ -217,6 +217,9 @@ function runTime(token: string) {
|
|||
// force enable all plugins and patches
|
||||
Vencord.Plugins.patches.length = 0;
|
||||
Object.values(Vencord.Plugins.plugins).forEach(p => {
|
||||
// Needs native server to run
|
||||
if (p.name === "WebRichPresence (arRPC)") return;
|
||||
|
||||
p.required = true;
|
||||
p.patches?.forEach(patch => {
|
||||
patch.plugin = p.name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue