Skip to content

Commit

Permalink
refactor: Change default config for menu selection button
Browse files Browse the repository at this point in the history
  • Loading branch information
bconlon1 committed Jul 26, 2023
1 parent 4ecdc21 commit 18213bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/aetherteam/cumulus/CumulusConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public Client(ForgeConfigSpec.Builder builder) {
enable_menu_list_button = builder
.comment("Adds a button to the top right of the main menu screen to open a menu selection screen")
.translation("config.cumulus_menus.client.menu.enable_menu_list_button")
.define("Enables menu selection button", false);
.define("Enables menu selection button", true);
builder.pop();
}
}
Expand Down

0 comments on commit 18213bc

Please sign in to comment.