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

This commit is contained in:
Adam Treat 2023-07-11 10:53:19 -04:00
parent 4f9e489093
commit 9ef53163dd

View File

@ -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();
}