Debug menu now show partitions on all drives, not just the first.
Change-Id: I76e4cb6cb3d23ed72a6dc6432910eb8c3415c5d8
This commit is contained in:
parent
bad461a9ce
commit
4f469e90ef
1 changed files with 1 additions and 1 deletions
|
@ -558,7 +558,7 @@ static const char* dbg_partitions_getname(int selected_item, void *data,
|
|||
static bool dbg_partitions(void)
|
||||
{
|
||||
struct simplelist_info info;
|
||||
simplelist_info_init(&info, "Partition Info", 4, NULL);
|
||||
simplelist_info_init(&info, "Partition Info", NUM_DRIVES * 4, NULL);
|
||||
info.selection_size = 2;
|
||||
info.hide_selection = true;
|
||||
info.scroll_all = true;
|
||||
|
|
Loading…
Reference in a new issue