We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1916c66 commit 9ccfb14Copy full SHA for 9ccfb14
src/app/network-optin/index.js
@@ -88,6 +88,9 @@ var NetworkOptInView = View.extend({
88
var feature = evt.target.name;
89
var value = evt.target.checked;
90
this.set(feature, value);
91
+ if (feature === 'trackUsageStatistics' && value !== true) {
92
+ global.hadronApp.appRegistry.emit('compass:usage:disabled');
93
+ }
94
},
95
buttonClicked: function() {
96
var features = [
0 commit comments