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") {