Skip to content

Commit

Permalink
Update icon (#724)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
rcmaehl committed Jun 1, 2023
1 parent 97ca518 commit f7b7597
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 @@ -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)
Expand Down

0 comments on commit f7b7597

Please sign in to comment.