From 92ac5787c044f393df27892ce9bd491c700a9653 Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Fri, 4 Apr 2025 21:32:35 -0400 Subject: [PATCH] Fixes --- src/components/PluginSettings/index.tsx | 2 +- .../index.tsx | 0 .../index.ts | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename src/equicordplugins/{screenRecorder.vencordDesktop => screenRecorder.equibop}/index.tsx (100%) rename src/plugins/{disableDeepLinks.vesktop => disableDeepLinks.equibop}/index.ts (100%) diff --git a/src/components/PluginSettings/index.tsx b/src/components/PluginSettings/index.tsx index bbb17d27..7c2d3107 100644 --- a/src/components/PluginSettings/index.tsx +++ b/src/components/PluginSettings/index.tsx @@ -195,7 +195,7 @@ function ExcludedPluginsList({ search }: { search: string; }) { const ExcludedReasons: Record<"web" | "discordDesktop" | "vesktop" | "equibop" | "desktop" | "dev", string> = { desktop: "Discord Desktop app or Vesktop", discordDesktop: "Discord Desktop app", - vesktop: "Vesktop Equibop apps", + vesktop: "Vesktop & Equibop apps", equibop: "Vesktop & Equibop apps", web: "Vesktop & Equibop apps as well as the Web version of Discord", dev: "Developer version of Equicord" diff --git a/src/equicordplugins/screenRecorder.vencordDesktop/index.tsx b/src/equicordplugins/screenRecorder.equibop/index.tsx similarity index 100% rename from src/equicordplugins/screenRecorder.vencordDesktop/index.tsx rename to src/equicordplugins/screenRecorder.equibop/index.tsx diff --git a/src/plugins/disableDeepLinks.vesktop/index.ts b/src/plugins/disableDeepLinks.equibop/index.ts similarity index 100% rename from src/plugins/disableDeepLinks.vesktop/index.ts rename to src/plugins/disableDeepLinks.equibop/index.ts