Skip to content

Commit c506d2f

Browse files
committed
Fix Uncompiled Icon
1 parent d6c483c commit c506d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WhyNotWin11.au3

+1-1
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ Func Main(ByRef $aResults, ByRef $aExtended, ByRef $aOutput)
637637
If @Compiled Then
638638
_SetBkSelfIcon(-1, $aColors[$iText], $aColors[$iBackground], @ScriptFullPath, 207, 24, 24)
639639
Else
640-
_SetBkIcon(-1, $aColors[$iText], $aColors[$iBackground], @ScriptDir & "\assets\Info.ico", -1, 24, 24)
640+
_SetBkIcon(-1, $aColors[$iText], $aColors[$iBackground], @ScriptDir & "\assets\WhyNotWin11.ico", -1, 24, 24)
641641
EndIf
642642
GUICtrlSetTip(-1, $aInfo[$iRow], "", $TIP_NOICON, $TIP_CENTER)
643643
EndIf

0 commit comments

Comments
 (0)