summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBasilisk-Dev <basiliskdev@protonmail.com>2022-08-10 14:40:37 -0400
committerBasilisk-Dev <basiliskdev@protonmail.com>2022-08-10 14:40:37 -0400
commitbdd3d7661395bbdff460a8170cb377a78a63a643 (patch)
tree309be4701976bb74ec8214bda45c60f2a26123bc
parentaff8cb12ea8d3934d59c04539ff2f62283d44199 (diff)
downloadbasilisk-bdd3d7661395bbdff460a8170cb377a78a63a643.tar.gz
Issue #18 - Change default update behavior to "Check for updates, but let me choose whether to install them"
-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 0ca123f..538ecf8 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", true);
+pref("app.update.auto", false);
// If set to true, the Update Service will present no UI for any event.
pref("app.update.silent", false);