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