style: change auto-update to false

This commit is contained in:
2025-09-26 11:20:17 +02:00
parent 4908597392
commit e58456ca9e

View File

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