Explicitly send the opt out because we were artificially lowering them with settings changes.

pull/1112/head
Adam Treat 1 year ago
parent 4f9e489093
commit 9ef53163dd

@ -136,6 +136,8 @@ model release that uses your data!")
buttons: optInStatisticsRadio.children
onClicked: {
MySettings.networkUsageStatsActive = optInStatisticsRadio.checked
if (!optInStatisticsRadio.checked)
Network.sendOptOut();
if (optInNetworkRadio.choiceMade && optInStatisticsRadio.choiceMade)
startupDialog.close();
}

Loading…
Cancel
Save