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