Skip to content

Commit

Permalink
Update app.c
Browse files Browse the repository at this point in the history
  • Loading branch information
zinongli committed Jul 22, 2024
1 parent 3f323a0 commit d44ca32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.c
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ static KeyMakerApp* key_maker_app_alloc() {

app->submenu = submenu_alloc();
submenu_add_item(
app->submenu, "Match", KeyMakerSubmenuIndexGame, key_maker_submenu_callback, app);
app->submenu, "Measure", KeyMakerSubmenuIndexGame, key_maker_submenu_callback, app);
submenu_add_item(
app->submenu, "Config", KeyMakerSubmenuIndexConfigure, key_maker_submenu_callback, app);
submenu_add_item(
Expand Down

0 comments on commit d44ca32

Please sign in to comment.