Skip to content

Commit

Permalink
Update settings.c
Browse files Browse the repository at this point in the history
  • Loading branch information
acegoal07 committed Apr 6, 2024
1 parent e5d93c8 commit 32e27c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scences/settings.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ void nfc_playlist_settings_scene_on_enter(void* context) {

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);
variable_item_set_current_value_text(credits, "Credits");

variable_item_list_set_enter_callback(nfc_playlist->variable_item_list, nfc_playlist_settings_menu_callback, nfc_playlist);

furi_string_free(temp_str);
Expand Down

0 comments on commit 32e27c9

Please sign in to comment.