File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ static void amiibo_scene_amiibo_detail_menu_on_selected(mui_list_view_event_t ev
142
142
sprintf (msg , _T (DELETE_TAG_CONFIRM ), string_get_cstr (app -> current_file ));
143
143
mui_msg_box_set_message (app -> p_msg_box , msg );
144
144
mui_msg_box_set_btn_text (app -> p_msg_box , _T (CONFIRM ), NULL , _T (CANCEL ));
145
- mui_msg_box_set_btn_focus (app -> p_msg_box , 0 );
145
+ mui_msg_box_set_btn_focus (app -> p_msg_box , 2 );
146
146
mui_msg_box_set_event_cb (app -> p_msg_box , amiibo_scene_amiibo_detail_delete_tag_confirmed );
147
147
148
148
mui_view_dispatcher_switch_to_view (app -> p_view_dispatcher , AMIIBO_VIEW_ID_MSG_BOX );
Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ static void amiibo_scene_file_browser_menu_on_selected(mui_list_view_event_t eve
259
259
mui_msg_box_set_header (app -> p_msg_box , getLangString (_L_DELETE ));
260
260
mui_msg_box_set_message (app -> p_msg_box , msg );
261
261
mui_msg_box_set_btn_text (app -> p_msg_box , getLangString (_L_DELETE ), NULL , getLangString (_L_CANCEL ));
262
- mui_msg_box_set_btn_focus (app -> p_msg_box , 0 );
262
+ mui_msg_box_set_btn_focus (app -> p_msg_box , 2 );
263
263
mui_msg_box_set_event_cb (app -> p_msg_box , amiibo_scene_file_browser_menu_msg_box_remove_folder_event_cb );
264
264
265
265
mui_view_dispatcher_switch_to_view (app -> p_view_dispatcher , AMIIBO_VIEW_ID_MSG_BOX );
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ static void amiidb_scene_fav_list_menu_msg_box(app_amiidb_t *app, const char *he
70
70
mui_msg_box_set_message (app -> p_msg_box , msg );
71
71
mui_msg_box_set_btn_text (app -> p_msg_box , getLangString (_L_APP_AMIIDB_CONFIRM ), NULL ,
72
72
getLangString (_L_APP_AMIIDB_CANCEL ));
73
- mui_msg_box_set_btn_focus (app -> p_msg_box , 0 );
73
+ mui_msg_box_set_btn_focus (app -> p_msg_box , 2 );
74
74
mui_msg_box_set_event_cb (app -> p_msg_box , cb );
75
75
76
76
mui_view_dispatcher_switch_to_view (app -> p_view_dispatcher , AMIIDB_VIEW_ID_MSG_BOX );
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ void chameleon_scene_menu_card_type_on_event(mui_list_view_event_t event, mui_li
46
46
mui_msg_box_set_header (app -> p_msg_box , _T (MESSAGE ));
47
47
mui_msg_box_set_message (app -> p_msg_box , _T (APP_CHAMELEON_CARD_TYPE_FACTORY_DATA_CONFRIM ));
48
48
mui_msg_box_set_btn_text (app -> p_msg_box , _T (CONFIRM ), NULL , _T (CANCEL ));
49
- mui_msg_box_set_btn_focus (app -> p_msg_box , 0 );
49
+ mui_msg_box_set_btn_focus (app -> p_msg_box , 2 );
50
50
mui_msg_box_set_event_cb (app -> p_msg_box , chameleon_scene_menu_card_type_factory_cb );
51
51
52
52
mui_view_dispatcher_switch_to_view (app -> p_view_dispatcher , CHAMELEON_VIEW_ID_MSG_BOX );
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ static void settings_scene_storage_on_selected(mui_list_view_event_t event, mui_
41
41
mui_msg_box_set_header (app -> p_msg_box , getLangString (_L_FORMAT_STORAGE ));
42
42
mui_msg_box_set_message (app -> p_msg_box , getLangString (_L_DELETE_ALL_DATA ));
43
43
mui_msg_box_set_btn_text (app -> p_msg_box , getLangString (_L_CONFIRM ), NULL , getLangString (_L_CANCEL ));
44
- mui_msg_box_set_btn_focus (app -> p_msg_box , 0 );
44
+ mui_msg_box_set_btn_focus (app -> p_msg_box , 2 );
45
45
mui_msg_box_set_event_cb (app -> p_msg_box , settings_scene_storage_msg_box_format_cb );
46
46
47
47
mui_view_dispatcher_switch_to_view (app -> p_view_dispatcher , SETTINGS_VIEW_ID_MSG_BOX );
You can’t perform that action at this time.
0 commit comments