diff --git a/apps/gui/list.c b/apps/gui/list.c index 13a850bd7b..640a57fbd3 100644 --- a/apps/gui/list.c +++ b/apps/gui/list.c @@ -754,7 +754,7 @@ bool gui_synclist_do_button(struct gui_synclist * lists, if (lists->offset_position[0] == 0) { pgleft_allow_cancel = true; - *actionptr = ACTION_STD_CANCEL; + *actionptr = ACTION_STD_MENU; return true; } *actionptr = ACTION_TREE_PGLEFT;