reversed the logic
Change-Id: I62c104ee0c9218f929c10eda31f4bf5828b0de22
This commit is contained in:
parent
5617056cb8
commit
b20a4812ba
@ -694,7 +694,7 @@ void show_partition_menu()
|
||||
options[mountable_volumes+i] = e->txt;
|
||||
}
|
||||
|
||||
if (is_data_media()) {
|
||||
if (!is_data_media()) {
|
||||
options[mountable_volumes + formatable_volumes] = "mount USB storage";
|
||||
options[mountable_volumes + formatable_volumes + 1] = NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user