add missing accept handler for welcome page
This commit is contained in:
@@ -12,9 +12,11 @@ WizardComponent {
|
||||
|
||||
function apply() {
|
||||
wizard_data['use_defaults'] = use_defaults.checked
|
||||
wizard_data['want_proxy'] = false
|
||||
if (use_defaults.checked) {
|
||||
wizard_data['autoconnect'] = true
|
||||
wizard_data['want_proxy'] = false
|
||||
} else {
|
||||
wizard_data['autoconnect'] = undefined
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user