Fix Pending Quick Menu
This commit is contained in:
parent
d506210fbe
commit
a1edae126c
|
@ -6902,7 +6902,7 @@ MENU_ST_FLAG_IS_BINDING;
|
||||||
"", 0, 0, 0, ACTION_OK_DL_CONTENT_SETTINGS);
|
"", 0, 0, 0, ACTION_OK_DL_CONTENT_SETTINGS);
|
||||||
|
|
||||||
menu_st->selection_ptr = 0;
|
menu_st->selection_ptr = 0;
|
||||||
menu_st->flags &= MENU_ST_FLAG_PENDING_QUICK_MENU;
|
menu_st->flags &= ~MENU_ST_FLAG_PENDING_QUICK_MENU;
|
||||||
}
|
}
|
||||||
else if (!menu_driver_iterate(
|
else if (!menu_driver_iterate(
|
||||||
menu_st,
|
menu_st,
|
||||||
|
|
Loading…
Reference in New Issue