Download Zulu by default
This commit is contained in:
@@ -36,12 +36,11 @@ if ($chinese) {
|
|||||||
$useMirrorCheckBox = New-Object System.Windows.Forms.CheckBox
|
$useMirrorCheckBox = New-Object System.Windows.Forms.CheckBox
|
||||||
$useMirrorCheckBox.AutoSize = $true
|
$useMirrorCheckBox.AutoSize = $true
|
||||||
$useMirrorCheckBox.Anchor = [System.Windows.Forms.AnchorStyles]::Right
|
$useMirrorCheckBox.Anchor = [System.Windows.Forms.AnchorStyles]::Right
|
||||||
|
$useMirrorCheckBox.Checked = $false
|
||||||
if ($chinese) {
|
if ($chinese) {
|
||||||
$useMirrorCheckBox.Text = '启用中国大陆下载加速'
|
$useMirrorCheckBox.Text = '启用中国大陆下载加速(无法正常下载时尝试这个选项)'
|
||||||
$useMirrorCheckBox.Checked = $true
|
|
||||||
} else {
|
} else {
|
||||||
$useMirrorCheckBox.Text = 'Enable download acceleration for Chinese mainland'
|
$useMirrorCheckBox.Text = 'Enable download acceleration for Chinese mainland'
|
||||||
$useMirrorCheckBox.Checked = $false
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$selectButtonPanel = New-Object System.Windows.Forms.FlowLayoutPanel
|
$selectButtonPanel = New-Object System.Windows.Forms.FlowLayoutPanel
|
||||||
|
|||||||
Reference in New Issue
Block a user