Skip to content

Commit 8e2a6d5

Browse files
authored
disable return to cheat clicker button
1 parent 37de6e1 commit 8e2a6d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source.ahk

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Gui, Add, Text, x170 y30 w70 h20, WIP
7474
Gui, Add, DDL, x250 y30 w70 h20 vclickType R3, Left||Middle|Right
7575
Gui, Add, Button, x10 y60 w150 h20, Start
7676
Gui, Add, Button, x170 y60 w150 h20, Stop
77-
Gui, Add, Button, x10 y90 w310 h20, Return to Cheat Clicker
77+
Gui, Add, Button, x10 y90 w310 h20 Disabled, Return to Cheat Clicker
7878
Gui, Add, Text, x120 y120, Made by Banaanae
7979
Gui, -MaximizeBox
8080
Gui, Show, center h145 w335, Autoclicker

0 commit comments

Comments
 (0)