BETA TEST

This commit is contained in:
Olai Vike Bøe 2022-10-31 10:31:45 +01:00
parent b6292112d1
commit 48d6319545

View file

@ -1094,7 +1094,7 @@ $checkbox11 = new-object System.Windows.Forms.checkbox
$checkbox11.Location ='30,50' $checkbox11.Location ='30,50'
$checkbox11.Size = '250,20' $checkbox11.Size = '250,20'
$checkbox11.Text = "Hide Console" $checkbox11.Text = "Hide Console"
$checkbox11.Checked = $false $checkbox11.Checked = $true
$checkbox11.Add_CheckStateChanged({HideShell}) $checkbox11.Add_CheckStateChanged({HideShell})
$Tab4.Controls.Add($checkbox11) $Tab4.Controls.Add($checkbox11)