mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 13:23:28 -05:00
Formatting
This commit is contained in:
parent
3435966577
commit
f46e0a0d41
2 changed files with 3 additions and 1 deletions
|
@ -45,6 +45,7 @@ import { SettingsRouter } from "./webpack/common";
|
||||||
if (IS_REPORTER) {
|
if (IS_REPORTER) {
|
||||||
require("./debug/runReporter");
|
require("./debug/runReporter");
|
||||||
Settings.plugins.CharacterCounter.enabled = false;
|
Settings.plugins.CharacterCounter.enabled = false;
|
||||||
|
Settings.plugins.FixFileExtensions.enabled = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
async function syncSettings() {
|
async function syncSettings() {
|
||||||
|
|
|
@ -20,10 +20,11 @@ import { Upload } from "@api/MessageEvents";
|
||||||
import { definePluginSettings, Settings } from "@api/Settings";
|
import { definePluginSettings, Settings } from "@api/Settings";
|
||||||
import ErrorBoundary from "@components/ErrorBoundary";
|
import ErrorBoundary from "@components/ErrorBoundary";
|
||||||
import { Devs } from "@utils/constants";
|
import { Devs } from "@utils/constants";
|
||||||
import { reverseExtensionMap } from "../../equicordplugins/fixFileExtensions/components";
|
|
||||||
import definePlugin, { OptionType } from "@utils/types";
|
import definePlugin, { OptionType } from "@utils/types";
|
||||||
import { findByCodeLazy, findByPropsLazy } from "@webpack";
|
import { findByCodeLazy, findByPropsLazy } from "@webpack";
|
||||||
|
|
||||||
|
import { reverseExtensionMap } from "../../equicordplugins/fixFileExtensions/components";
|
||||||
|
|
||||||
type AnonUpload = Upload & { anonymise?: boolean; };
|
type AnonUpload = Upload & { anonymise?: boolean; };
|
||||||
|
|
||||||
const ActionBarIcon = findByCodeLazy(".actionBarIcon)");
|
const ActionBarIcon = findByCodeLazy(".actionBarIcon)");
|
||||||
|
|
Loading…
Reference in a new issue