summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBasilisk-Dev <basiliskdev@protonmail.com>2022-09-28 10:11:09 -0400
committerBasilisk-Dev <basiliskdev@protonmail.com>2022-09-28 10:11:09 -0400
commit63a2bff658c5dfff3b6de17fa54743078aa4eb7e (patch)
tree08ebdffe58eb5fd0e75e2d089799d98be578f1d4
parent2d62104d6c0e7ce435800acf464d15cfc0edc109 (diff)
downloadbasilisk-63a2bff658c5dfff3b6de17fa54743078aa4eb7e.tar.gz
Revert "Issue #18 - Change default update behavior to "Check for updates, but let me choose whether to install them""
This reverts commit bdd3d7661395bbdff460a8170cb377a78a63a643.
-rw-r--r--basilisk/app/profile/basilisk.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/basilisk/app/profile/basilisk.js b/basilisk/app/profile/basilisk.js
index 2304aa5..9fe8c1a 100644
--- a/basilisk/app/profile/basilisk.js
+++ b/basilisk/app/profile/basilisk.js
@@ -116,7 +116,7 @@ pref("app.update.enabled", true);
// If set to true, the Update Service will automatically download updates when
// app updates are enabled per the app.update.enabled preference and if the user
// can apply updates.
-pref("app.update.auto", false);
+pref("app.update.auto", true);
// If set to true, the Update Service will present no UI for any event.
pref("app.update.silent", false);