Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
fix hotif not working
Browse files Browse the repository at this point in the history
  • Loading branch information
T2hhbmEK committed Oct 4, 2023
1 parent ec6e052 commit 53a187d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GenshinClicker.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ ToggleClickDialogue(ItemName := TrayMenu_Enabler, ItemPos?, MyMenu := A_TrayMenu
; Shortcuts
#MaxThreadsPerHotkey 2
HotIfWinactive GenshinTitle
~F10::ToggleClickDialogue
Hotkey "~F10", (*) => ToggleClickDialogue()
HotIf
F12:: Reload

Expand Down

0 comments on commit 53a187d

Please sign in to comment.