diff --git a/apps/gui/list.c b/apps/gui/list.c index 94915391ee..0fa2ce5463 100644 --- a/apps/gui/list.c +++ b/apps/gui/list.c @@ -888,7 +888,7 @@ unsigned gui_synclist_do_button(struct gui_synclist * lists, case ACTION_LISTTREE_PGUP: { int screen = -#if BUTTON_REMOTE +#if HAVE_REMOTE_LCD get_action_statuscode(NULL)&ACTION_REMOTE ? SCREEN_REMOTE : #endif @@ -902,7 +902,7 @@ unsigned gui_synclist_do_button(struct gui_synclist * lists, case ACTION_LISTTREE_PGDOWN: { int screen = -#if BUTTON_REMOTE +#if HAVE_REMOTE_LCD get_action_statuscode(NULL)&ACTION_REMOTE ? SCREEN_REMOTE : #endif