From 36f809f8cfe231d8d1022d19b6c2bdd9bbedea39 Mon Sep 17 00:00:00 2001 From: Cooper Date: Sat, 29 Jun 2024 22:24:11 -0500 Subject: [PATCH] revert the show connections edit (imma try to find a patch), and edit locale on the xbox link. --- src/plugins/openMoreConnections/index.ts | 2 +- src/plugins/showConnections/index.tsx | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/src/plugins/openMoreConnections/index.ts b/src/plugins/openMoreConnections/index.ts index 055abdf0a..aa5ceb617 100644 --- a/src/plugins/openMoreConnections/index.ts +++ b/src/plugins/openMoreConnections/index.ts @@ -50,7 +50,7 @@ export default definePlugin({ case ConnectionType.Roblox: return `https://www.roblox.com/users/${con.id}/profile`; case ConnectionType.Xbox: - return `https://www.xbox.com/en-US/play/user/${con.name}`; + return `https://www.xbox.com/play/user/${con.name}`; } diff --git a/src/plugins/showConnections/index.tsx b/src/plugins/showConnections/index.tsx index ef03b65b8..d45a2e11e 100644 --- a/src/plugins/showConnections/index.tsx +++ b/src/plugins/showConnections/index.tsx @@ -147,11 +147,6 @@ function CompactConnectionComponent({ connection, theme }: { connection: Connect /> ); - if (Vencord.Plugins.isPluginEnabled("OpenMoreConnections") && url == null) { - const OpenMoreConnections = Vencord.Plugins.plugins.OpenMoreConnections as any as typeof import("../openMoreConnections").default; - url = OpenMoreConnections.addConnectionLink(connection) as string; - } - const TooltipIcon = url ? LinkIcon : CopyIcon; return (