Skip to content

Commit

Permalink
fix: icon.ico dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
thegamerx1 committed Feb 5, 2024
1 parent ca30709 commit 842d36a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/gui.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ class ExtensionGui {
Menu Tray, NoStandard
Menu Tray, Click, 1
Menu Tray, Tip, % script.name
Menu Tray, Icon, icons\icon.ico
If !A_IsCompiled {
Menu Tray, Icon, icons\icon.ico
}

this.gui := new EzGui(this, {w: 680
,h: 320
Expand Down

0 comments on commit 842d36a

Please sign in to comment.