let user override icon with a logo.ico in executable folder, otherwise use
builting icon
This commit is contained in:
parent
cc9381b245
commit
b26f3cf0bb
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ SetWinDelay, 10
|
|||
Menu, Tray, Tip, %NAME% %VERSION%
|
||||
If A_IsCompiled
|
||||
Menu, Tray, Icon, %A_ScriptFullPath%, -159
|
||||
Else If FileExist(A_ScriptDir . "\logo.ico")
|
||||
If FileExist(A_ScriptDir . "\logo.ico")
|
||||
Menu, Tray, Icon, % A_ScriptDir . "\logo.ico"
|
||||
Menu, Tray, NoStandard
|
||||
Menu, Tray, Add, Toggle bar, Main_toggleBar
|
||||
|
|
Loading…
Reference in a new issue