From 6e79bb51b9066b14872d052e8807b52017b3cadc Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Sat, 7 Jun 2025 12:01:12 -0400 Subject: [PATCH] Temp Fix Better Folders --- .../wallpaperFree/components/ctxmenu.tsx | 22 ++---- .../wallpaperFree/components/modal.tsx | 70 +++---------------- .../wallpaperFree/components/util.tsx | 37 ++-------- src/equicordplugins/wallpaperFree/index.tsx | 66 +++++++---------- src/equicordplugins/wallpaperFree/styles.css | 36 ++-------- src/plugins/betterFolders/index.tsx | 13 +--- 6 files changed, 54 insertions(+), 190 deletions(-) diff --git a/src/equicordplugins/wallpaperFree/components/ctxmenu.tsx b/src/equicordplugins/wallpaperFree/components/ctxmenu.tsx index a2fe4e8a..6ce575d0 100644 --- a/src/equicordplugins/wallpaperFree/components/ctxmenu.tsx +++ b/src/equicordplugins/wallpaperFree/components/ctxmenu.tsx @@ -8,8 +8,7 @@ import { NavContextMenuPatchCallback } from "@api/ContextMenu"; import { openModal } from "@utils/modal"; import { ChannelStore, FluxDispatcher, Menu } from "@webpack/common"; -import { SetCustomWallpaperModal, SetDiscordWallpaperModal } from "./modal"; -import { ChatWallpaperStore, fetchWallpapers } from "./util"; +import { SetWallpaperModal } from "./modal"; const addWallpaperMenu = (channelId?: string, guildId?: string) => { @@ -22,25 +21,18 @@ const addWallpaperMenu = (channelId?: string, guildId?: string) => { url, }); }; + return (