style: change auto-update to false
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user