diff --git a/electron/updater.ts b/electron/updater.ts index dd70977..c838aa9 100644 --- a/electron/updater.ts +++ b/electron/updater.ts @@ -156,7 +156,7 @@ const downloadUpdates = (latestVersion: string, windowId: number) => { type: "info", title: "Updates downloaded", message: "Updates downloaded.", - buttons: ["Install Now"], + buttons: ["Install Now", "Install on Quit"], cancelId: 1, }) .then((res) => { diff --git a/src/Components/Settings.tsx b/src/Components/Settings.tsx index c7c5ac4..388e496 100644 --- a/src/Components/Settings.tsx +++ b/src/Components/Settings.tsx @@ -272,7 +272,7 @@ const ThemeCont = () => {