From 593ea32a06cb112cd4c231e75e7bf9782c85d94e Mon Sep 17 00:00:00 2001 From: Daan Selen Date: Fri, 26 Sep 2025 11:21:50 +0200 Subject: [PATCH] Revert "style: change auto-update to false" This reverts commit e58456ca9e8d659f01fed4c0480945181b92ac2c. --- app/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.js b/app/main.js index d85631b..f4760fa 100644 --- a/app/main.js +++ b/app/main.js @@ -389,7 +389,7 @@ app.on("ready", function () { console.log(response); }); }); - if (getValue("autoupdater") === "false") { + if (getValue("autoupdater") === "true") { autoUpdater.checkForUpdatesAndNotify(); } if (getValue("discordrpcstatus") === "true") {