Skip to content

Commit

Permalink
Fixed "Added Disable Changelog Screen #173"
Browse files Browse the repository at this point in the history
  • Loading branch information
XDPXI committed Oct 17, 2024
1 parent 58d052d commit cf3077b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/client/java/dev/xdpxi/xdlib/config/main.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ public class main implements ConfigData {
public boolean customBadges = true;
@Comment("Show Changelog On Every Startup")
public boolean changelogEveryStartup = false;
@Comment("Disable Changelog")
public boolean disableChangelog = false;
@Comment("Disable Title Screen Popups")
public boolean disableTitlePopups = false;
}

0 comments on commit cf3077b

Please sign in to comment.