diff --git a/src/main/firstLaunch.ts b/src/main/firstLaunch.ts index 458c416..e635fbd 100644 --- a/src/main/firstLaunch.ts +++ b/src/main/firstLaunch.ts @@ -21,6 +21,7 @@ interface Data { discordBranch: "stable" | "canary" | "ptb"; autoStart: boolean; importSettings: boolean; + richPresence: boolean; } export function createFirstLaunchTour() { @@ -28,7 +29,7 @@ export function createFirstLaunchTour() { ...SplashProps, frame: true, autoHideMenuBar: true, - height: 420, + height: 470, width: 550 }); @@ -42,6 +43,7 @@ export function createFirstLaunchTour() { Settings.store.minimizeToTray = data.minimizeToTray; Settings.store.discordBranch = data.discordBranch; Settings.store.firstLaunch = false; + Settings.store.arRPC = data.richPresence; if (data.autoStart) autoStart.enable(); diff --git a/static/first-launch.html b/static/first-launch.html index d7190cd..1687033 100644 --- a/static/first-launch.html +++ b/static/first-launch.html @@ -5,6 +5,7 @@ --fg: black; --fg-secondary: #313338; --fg-semi-trans: rgb(0 0 0 / 0.2); + --link: #006ce7; } @media (prefers-color-scheme: dark) { @@ -13,6 +14,7 @@ --fg: white; --fg-secondary: #b5bac1; --fg-semi-trans: rgb(255 255 255 / 0.2); + --link: #00a8fc; } } @@ -52,6 +54,10 @@ margin: 1em 0 2em; } + a { + color: var(--link); + } + form { display: grid; gap: 1em; @@ -143,7 +149,15 @@

Start with System

Automatically open Vencord Desktop when your computer starts - + + + +
- +