mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-07-18 17:32:00 +00:00
Explicitly send the opt out because we were artificially lowering them with settings changes.
This commit is contained in:
parent
4f9e489093
commit
9ef53163dd
@ -136,6 +136,8 @@ model release that uses your data!")
|
|||||||
buttons: optInStatisticsRadio.children
|
buttons: optInStatisticsRadio.children
|
||||||
onClicked: {
|
onClicked: {
|
||||||
MySettings.networkUsageStatsActive = optInStatisticsRadio.checked
|
MySettings.networkUsageStatsActive = optInStatisticsRadio.checked
|
||||||
|
if (!optInStatisticsRadio.checked)
|
||||||
|
Network.sendOptOut();
|
||||||
if (optInNetworkRadio.choiceMade && optInStatisticsRadio.choiceMade)
|
if (optInNetworkRadio.choiceMade && optInStatisticsRadio.choiceMade)
|
||||||
startupDialog.close();
|
startupDialog.close();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user