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