Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Nov 5, 2023
1 parent 3c94ef4 commit f6f7f64
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/main/java/at/hannibal2/skyhanni/config/Features.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,17 @@ public String getTitle() {
}

/*
* If you are adding a new category, please insert it alphabetically
* The only exceptions to this are About and GUI, which are pinned to the top
* and Misc and Dev, which are to be at the bottom. Thanks!
* If you are adding a new category, please insert it alphabetically
* The only exceptions to this are About and GUI, which are pinned to the top
* and Misc and Dev, which are to be at the bottom. Thanks!
*/

@Expose
@Category(name = "About", desc = "Information about SkyHanni and updates")
@Category(name = "About", desc = "Information about SkyHanni and updates.")
public About about = new About();

@Expose
@Category(name = "GUI", desc = "Change the locations of GUI elements. (§e/sh gui§7)")
@Category(name = "GUI", desc = "Change the locations of GUI elements (§e/sh gui§7).")
public GUIConfig gui = new GUIConfig();

@Expose
Expand All @@ -82,7 +82,7 @@ public String getTitle() {
public ChatConfig chat = new ChatConfig();

@Expose
@Category(name = "Chroma", desc = "Settings for Chroma text. (Credit to SBA)")
@Category(name = "Chroma", desc = "Settings for Chroma text (Credit to SBA).")
public ChromaConfig chroma = new ChromaConfig();

@Expose
Expand Down

0 comments on commit f6f7f64

Please sign in to comment.