Skip to content

Commit

Permalink
fix menu item being not reset
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Mar 8, 2025
1 parent 1fc0390 commit a42ff52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scenes/subbrute_scene_setup_extra.c
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,8 @@ static void subbrute_scene_setup_extra_init_var_list(SubBruteState* instance, bo
variable_item_set_current_value_index(item, 0);
}

variable_item_list_set_selected_item(var_list, 0);

variable_item_list_set_enter_callback(var_list, setup_extra_enter_callback, instance);
view_dispatcher_switch_to_view(instance->view_dispatcher, SubBruteViewVarList);
}
Expand Down

0 comments on commit a42ff52

Please sign in to comment.