Skip to content

Commit

Permalink
bug fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
heyfey committed May 23, 2021
1 parent c387a1f commit 8f2f2b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified src/POE_Utility.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion src/gui.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ TurnOffHotkey(key){

TurnOnHotkey(key, label){
if key{
Hotkey, %key%, %label%
Hotkey, %key%, %label%, On
}
else{
;Msgbox, %key%
Expand Down

0 comments on commit 8f2f2b1

Please sign in to comment.