Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
show equibop if on sunroof
Browse files Browse the repository at this point in the history
  • Loading branch information
verticalsync committed Jul 29, 2024
1 parent 90d984a commit 4d26a85
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Vencord.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,14 @@ async function init() {

syncSettings();

const equiName = IS_VESKTOP ? "Equibop" : "Equicord";

Alerts.show({
title: "Suncord End Of Life",
body: "Suncord has gone EOL. Because I don't always have the time to keep up with what people suggest or such and it's easier for me to work on Equicord with other people, the source and everything will stay here and you can still use it, but it'll probably become outdated after some time and break.",
confirmText: "Switch to Equicord",
confirmText: `Switch to ${equiName}`,
cancelText: "Ignore",
onConfirm: () => { VencordNative.native.openExternal("https://github.com/Equicord/Equicord"); }
onConfirm: () => { VencordNative.native.openExternal(`https://github.com/Equicord/${equiName}`); }
});

if (!IS_WEB && !IS_UPDATER_DISABLED) {
Expand Down

0 comments on commit 4d26a85

Please sign in to comment.