From a16be9808c53f944c4d7826afc9dd548b7ea5635 Mon Sep 17 00:00:00 2001 From: Thomas Rueckstiess Date: Tue, 10 May 2016 14:27:00 -0400 Subject: [PATCH] persist auto update choice in preferences. --- src/app/network-optin/index.jade | 4 ++-- src/app/network-optin/index.js | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/network-optin/index.jade b/src/app/network-optin/index.jade index 462c66ca8d7..a63c72fe25e 100644 --- a/src/app/network-optin/index.jade +++ b/src/app/network-optin/index.jade @@ -27,8 +27,8 @@ li label input(type='checkbox', name='autoUpdates', data-hook='auto-updates-checkbox') - span Enable Auto Updates - p.option-description Allow Compass to periodically check for new updates + span Enable Automatic Updates + p.option-description Allow Compass to periodically check for new updates. p With any of these options, none of your personal information or stored data will be submitted. diff --git a/src/app/network-optin/index.js b/src/app/network-optin/index.js index df1f8c14dee..22d671925e8 100644 --- a/src/app/network-optin/index.js +++ b/src/app/network-optin/index.js @@ -16,7 +16,8 @@ var NetworkOptInView = View.extend({ props: { trackErrors: ['boolean', true, true], enableFeedbackPanel: ['boolean', true, true], - trackUsageStatistics: ['boolean', true, true] + trackUsageStatistics: ['boolean', true, true], + autoUpdates: ['boolean', true, true] }, session: { preferences: 'state',