diff options
Diffstat (limited to 'apps/menu.c')
| -rw-r--r-- | apps/menu.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/menu.c b/apps/menu.c index a1e32f4..ae318b2 100644 --- a/apps/menu.c +++ b/apps/menu.c @@ -381,6 +381,9 @@ int do_menu(const struct menu_item_ex *start_menu, int *start_selected, gui_buttonbar_draw(&buttonbar); #endif } +#if CONFIG_CODEC == SWCODEC + keyclick_set_callback(gui_synclist_keyclick_callback, &lists); +#endif action = get_action(CONTEXT_MAINMENU, list_do_action_timeout(&lists, HZ)); |