Revert "style: change auto-update to false"

This reverts commit e58456ca9e.
This commit is contained in:
2025-09-26 11:21:50 +02:00
parent e58456ca9e
commit 593ea32a06

View File

@@ -389,7 +389,7 @@ app.on("ready", function () {
console.log(response); console.log(response);
}); });
}); });
if (getValue("autoupdater") === "false") { if (getValue("autoupdater") === "true") {
autoUpdater.checkForUpdatesAndNotify(); autoUpdater.checkForUpdatesAndNotify();
} }
if (getValue("discordrpcstatus") === "true") { if (getValue("discordrpcstatus") === "true") {