Drop the include_ip & include_network settings (#210)
Refactor the copy for the publishing of results setting
This commit is contained in:
parent
c824612812
commit
d5b3e90605
|
@ -98,21 +98,10 @@ func Onboarding(config *config.Config) error {
|
|||
|
||||
if changeDefaults == true {
|
||||
var qs = []*survey.Question{
|
||||
{
|
||||
Name: "IncludeIP",
|
||||
Prompt: &survey.Confirm{Message: "Should we include your IP?"},
|
||||
},
|
||||
{
|
||||
Name: "IncludeNetwork",
|
||||
Prompt: &survey.Confirm{
|
||||
Message: "Can we include your network name?",
|
||||
Default: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
Name: "UploadResults",
|
||||
Prompt: &survey.Confirm{
|
||||
Message: "Can we upload your results?",
|
||||
Message: "Can we automatically publish your OONI Probe test results?",
|
||||
Default: true,
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user