by default app.update.enabled should be true

git-svn-id: svn://10.0.0.236/trunk@177374 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scott%scott-macgregor.org
2005-08-08 22:57:36 +00:00
parent 7ff5993035
commit 6e30f3d627

View File

@@ -53,7 +53,7 @@ pref("update.extensions.enabled", true);
// App-specific update preferences
// Whether or not app updates are enabled
pref("app.update.enabled", false);
pref("app.update.enabled", true);
// This preference turns on app.update.mode and allows automatic download and
// install to take place. We use a separate boolean toggle for this to make