Skip to content

Commit

Permalink
Hide Reset group
Browse files Browse the repository at this point in the history
  • Loading branch information
shedaniel committed Apr 15, 2024
1 parent 6bbc58f commit 0fca143
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ static OptionCategory make(String key) {
.add(DEBUG_PERFORMANCE);
OptionCategory FLAGS = make("flags");
OptionCategory RESET = make("reset")
.add(RESET_RELOAD)
.add(RESET_RESET);
.add(RESET_RELOAD);
// .add(RESET_RESET);
List<OptionCategory> CATEGORIES = ImmutableList.of(
APPEARANCE,
INPUT,
Expand Down

0 comments on commit 0fca143

Please sign in to comment.