mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-06 19:10:15 +00:00
Explicitly send the opt out because we were artificially lowering them with settings changes.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user