Skip to content

Commit

Permalink
Remove Beta Text
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmaehl committed Jun 25, 2021
1 parent 3854e33 commit 4a73564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WhyNotWin11.au3
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Func Main()
GUICtrlSetFont(-1, 24, 400)

Local $hCheck[11][3]
Local $hLabel[11] = ["Boot Type", "CPU Architecture", "CPU Generation (Beta)", "CPU Core Count", "CPU Frequency", "DirectX Support", "Disk Partitioning", "RAM", "Secure Boot", "Storage", "TPM Minimum"]
Local $hLabel[11] = ["Boot Type", "CPU Architecture", "CPU Generation", "CPU Core Count", "CPU Frequency", "DirectX Support", "Disk Partitioning", "RAM", "Secure Boot", "Storage", "TPM Minimum"]

For $iRow = 0 To 10 Step 1
$hCheck[$iRow][0] = GUICtrlCreateLabel("?", 130, 110 + $iRow * 40, 40, 40, $SS_CENTER+$SS_SUNKEN+$SS_CENTERIMAGE)
Expand Down

0 comments on commit 4a73564

Please sign in to comment.