Skip to content

Commit 23cdbfe

Browse files
authored
No more "Autolicker"
1 parent 5a2ac2a commit 23cdbfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

EC-Autoclicker.ahk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
;@Ahk2Exe-SetCompanyName Expertcoderz
77
;@Ahk2Exe-SetDescription EC Autoclicker
8-
;@Ahk2Exe-SetVersion 1.0.2
8+
;@Ahk2Exe-SetVersion 1.0.3
99

1010
FILE_EXT := ".ac-profile"
1111
REG_KEY_PATH := "HKCU\Software\Expertcoderz\Autoclicker"
@@ -80,7 +80,7 @@ makeCheckable(name, checkbox, callback := 0, controls := []) {
8080
checkbox.OnEvent("Click", callback)
8181
}
8282

83-
AutoclickerGui := Gui("+AlwaysOnTop", "EC Autolicker")
83+
AutoclickerGui := Gui("+AlwaysOnTop", "EC Autoclicker")
8484
AutoclickerGui.OnEvent("Close", Close)
8585

8686
FileMenu := Menu()

0 commit comments

Comments
 (0)