mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-22 16:19:07 -05:00
Fix 2
This commit is contained in:
parent
9310237917
commit
99d4f2cdf5
2 changed files with 1 additions and 1 deletions
|
@ -44,6 +44,7 @@ import { SettingsRouter } from "./webpack/common";
|
|||
|
||||
if (IS_REPORTER) {
|
||||
require("./debug/runReporter");
|
||||
Settings.plugins.CharacterCounter.enabled = false;
|
||||
}
|
||||
|
||||
async function syncSettings() {
|
||||
|
|
|
@ -55,7 +55,6 @@ export function addPatch(newPatch: Omit<Patch, "plugin">, pluginName: string) {
|
|||
patch.plugin = pluginName;
|
||||
|
||||
if (IS_REPORTER) {
|
||||
Settings.plugins.CharacterCounter.enabled = false;
|
||||
delete patch.predicate;
|
||||
delete patch.group;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue