Fixing white space and some small renames
This commit is contained in:
Ross Gouldthorpe 2024-12-11 22:16:25 +00:00
parent 0d00291a23
commit 808bc60cb1
3 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@
static const char* tabs[3] =
{
"Browser",
"Files",
"History",
"Favorites"
};

View File

@ -205,7 +205,7 @@ static component_context_menu_t options_context_menu = { .list = {
{ .text = "Set Save Type", .submenu = &set_save_type_context_menu },
{ .text = "Set TV Type", .submenu = &set_tv_type_context_menu },
{ .text = "Set ROM to autoload", .action = set_autoload_type },
{ .text = "Add To Favorite", .action = add_favorite },
{ .text = "Add to favorite", .action = add_favorite },
COMPONENT_CONTEXT_MENU_LIST_END,
}};