|
@@ -109,8 +109,8 @@ void nfc_playlist_settings_scene_on_enter(void* context) {
|
|
|
|
|
|
|
|
variable_item_list_add(nfc_playlist->variable_item_list, "Reset settings", 0, NULL, NULL);
|
|
variable_item_list_add(nfc_playlist->variable_item_list, "Reset settings", 0, NULL, NULL);
|
|
|
|
|
|
|
|
- VariableItem* credits =
|
|
|
|
|
- variable_item_list_add(nfc_playlist->variable_item_list, "acegoal07", 1, NULL, NULL);
|
|
|
|
|
|
|
+ VariableItem* credits = variable_item_list_add(
|
|
|
|
|
+ nfc_playlist->variable_item_list, "acegoal07, xtruan, Willy-JL", 1, NULL, NULL);
|
|
|
variable_item_set_current_value_text(credits, "Credits");
|
|
variable_item_set_current_value_text(credits, "Credits");
|
|
|
|
|
|
|
|
variable_item_list_set_enter_callback(
|
|
variable_item_list_set_enter_callback(
|