From f7b7597afb42b720e4fcdaf4343829a390f77491 Mon Sep 17 00:00:00 2001 From: "Robert C. Maehl" Date: Wed, 31 May 2023 22:33:00 -0400 Subject: [PATCH] Update icon (#724) * Correct Icons * Bump version * Fix CPU Family Checks * Improve WMIC performance * Fix #701 * Fix #706 * Update 0424 * Add BIOS info * Code Cleanup, Add 23H2 Support, Change LTT * Bump Version * ACTUALLY FIX ICON --- WhyNotWin11.au3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WhyNotWin11.au3 b/WhyNotWin11.au3 index f960a026..fd0946fc 100644 --- a/WhyNotWin11.au3 +++ b/WhyNotWin11.au3 @@ -526,7 +526,7 @@ Func Main(ByRef $aResults, ByRef $aExtended, ByRef $aOutput) _SetBkSelfIcon(-1, $aColors[$iText], $aColors[$iSidebar], @ScriptFullPath, 206, 32, 32) EndIf GUICtrlCreateIcon("", -1, 42, 20, 20, 20) - _SetBkSelfIcon(-1, $aColors[$iText], $aColors[$iSidebar], @ScriptFullPath, 207, 20, 20) + _SetBkSelfIcon(-1, $aColors[$iText], $aColors[$iSidebar], @ScriptFullPath, 208, 20, 20) Else If Not RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Robert Maehl Software\WhyNotWin11", "NoSocials") Then GUICtrlCreateIcon("", -1, 34, 110, 32, 32)