Skip to content

Commit

Permalink
Fixed killing clicker
Browse files Browse the repository at this point in the history
Fixed killing autoclicker: before Autoclicker would finish click cycle then stop. now Autoclicker will stop as soon as you want it too (forgot this in previous commit)
Changed version number
  • Loading branch information
Rutger505 committed Apr 16, 2023
1 parent 8b82120 commit b26ca2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/GUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class GUI extends JFrame implements ActionListener {
private final HelpGUI helpGUI;

// title/version
public static final double AUTOCLICKER_VERSION = 1.1;
public static final double AUTOCLICKER_VERSION = 1.2;
public static final String MAIN_FRAME_TITLE = "Useful Autoclicker " + AUTOCLICKER_VERSION;

// sizes
Expand Down

0 comments on commit b26ca2e

Please sign in to comment.