Skip to content

Commit

Permalink
change "Name+Score" to "Both"
Browse files Browse the repository at this point in the history
  • Loading branch information
Lance798 authored and john0312 committed Aug 17, 2024
1 parent dc1459e commit 31a1119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fw/Core/Hitcon/App/NameDisplayApp.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ void ChangeToNameOnly();
void ChangeToScoreOnly();

constexpr menu_entry_t name_display_menu_entries[] = {
{"Name+Score", nullptr, &ChangeToNameScore},
{"Both", nullptr, &ChangeToNameScore},
{"NameOnly", nullptr, &ChangeToNameOnly},
{"ScoreOnly", nullptr, &ChangeToScoreOnly},
};
Expand Down

0 comments on commit 31a1119

Please sign in to comment.