mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-10 09:56:24 +00:00
revert the show connections edit (imma try to find a patch), and edit locale on the xbox link.
This commit is contained in:
parent
9afcb75358
commit
36f809f8cf
2 changed files with 1 additions and 6 deletions
|
@ -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}`;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -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 (
|
||||
|
|
Loading…
Reference in a new issue