 Issue 29664623:
  Issue 6403 - Updated adblockplusui dependency  (Closed)
    
  
    Issue 29664623:
  Issue 6403 - Updated adblockplusui dependency  (Closed) 
  | Index: lib/prefs.js | 
| =================================================================== | 
| --- a/lib/prefs.js | 
| +++ b/lib/prefs.js | 
| @@ -155,7 +155,7 @@ | 
| /** | 
| * Whether to show tracking warning in options page when both | 
| * Acceptable Ads and subscription of type "Privacy" are enabled. | 
| - * | 
| + * | 
| * @type {boolean} | 
| */ | 
| defaults.ui_warn_tracking = true; | 
| @@ -183,7 +183,7 @@ | 
| defaults.show_devtools_panel = true; | 
| /** | 
| - * Whether to suppress the first run page. This preference isn't | 
| + * Whether to suppress the first run and updates page. This preference isn't | 
| * set by the extension but can be pre-configured externally. | 
| * | 
| * @see https://adblockplus.org/development-builds/suppressing-the-first-run-page-on-chrome | 
| @@ -201,6 +201,14 @@ | 
| defaults.additional_subscriptions = []; | 
| /** | 
| + * The version of major updates that the user is aware of. If it's too low, | 
| + * the updates page will be shown to inform the user about intermediate changes. | 
| + * | 
| + * @type {number} | 
| + */ | 
| +defaults.updates_version = 0; | 
| 
kzar
2018/01/23 10:07:13
I think this preference name is kind of confusing,
 
Thomas Greiner
2018/01/25 11:09:45
I see your point. Just a bit hesitant to make it t
 
kzar
2018/01/25 11:46:25
Well it was unfortunate about the "suppress_first_
 
Thomas Greiner
2018/01/25 13:09:03
Done.
 | 
| + | 
| +/** | 
| * @namespace | 
| * @static | 
| */ |