Skip to content

Commit

Permalink
v1.4.1 - Fixed bug when no icon available
Browse files Browse the repository at this point in the history
  • Loading branch information
justcla committed Dec 26, 2020
1 parent 422eda2 commit ab5bbcf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Window Move HotKeys.ahk → AltWin-HotKeys.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,10 @@ Return ; End initialization
; ===========================================

InitializeIcon() {
; Set the System tray icon
Menu, Tray, Icon, AltWinHotKeys.ico
; Set the System tray icon (should sit next to the AHK file)
if FileExist("AltWinHotKeys.ico") {
Menu, Tray, Icon, AltWinHotKeys.ico
}
}

InitializeMenu() {
Expand Down

0 comments on commit ab5bbcf

Please sign in to comment.