mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-31 11:43:32 -05:00
Fix Github Deleting Files Possibly
This commit is contained in:
parent
2b616abfba
commit
392ebf16b2
2 changed files with 3 additions and 3 deletions
|
@ -20,8 +20,8 @@ import { classNameFactory } from "@api/Styles";
|
|||
import { copyWithToast } from "@utils/misc";
|
||||
import { Button, Forms, Toasts } from "@webpack/common";
|
||||
|
||||
import { Native, settings } from "../..";
|
||||
import { DEFAULT_IMAGE_CACHE_DIR } from "../../utils/constants";
|
||||
import { Native, settings } from "..";
|
||||
import { DEFAULT_IMAGE_CACHE_DIR } from "../utils/constants";
|
||||
|
||||
const cl = classNameFactory("folder-upload");
|
||||
|
|
@ -31,9 +31,9 @@ import definePlugin, { OptionType } from "@utils/types";
|
|||
import { findByPropsLazy } from "@webpack";
|
||||
import { Alerts, Button, FluxDispatcher, Menu, MessageActions, MessageStore, React, Toasts, UserStore } from "@webpack/common";
|
||||
|
||||
import { ImageCacheDir, LogsDir } from "./components/FolderSelectInput";
|
||||
import { OpenLogsButton } from "./components/LogsButton";
|
||||
import { openLogModal } from "./components/LogsModal";
|
||||
import { ImageCacheDir, LogsDir } from "./components/settings/FolderSelectInput";
|
||||
import { addMessage, loggedMessages, MessageLoggerStore, removeLog } from "./LoggedMessageManager";
|
||||
import * as LoggedMessageManager from "./LoggedMessageManager";
|
||||
import { LoadMessagePayload, LoggedAttachment, LoggedMessage, LoggedMessageJSON, MessageCreatePayload, MessageDeleteBulkPayload, MessageDeletePayload, MessageUpdatePayload } from "./types";
|
||||
|
|
Loading…
Reference in a new issue