summaryrefslogtreecommitdiff
path: root/apps/gui/viewport.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/viewport.c')
-rw-r--r--apps/gui/viewport.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/gui/viewport.c b/apps/gui/viewport.c
index ee233b9c46..142be1c8ac 100644
--- a/apps/gui/viewport.c
+++ b/apps/gui/viewport.c
@@ -457,11 +457,7 @@ const char* viewport_parse_viewport(struct viewport *vp,
457 * font 1 is *always* the UI font for the current screen 457 * font 1 is *always* the UI font for the current screen
458 * 2 is always the first extra font */ 458 * 2 is always the first extra font */
459 if (!LIST_VALUE_PARSED(set, PL_FONT)) 459 if (!LIST_VALUE_PARSED(set, PL_FONT))
460 vp->font = FONT_UI + screen; 460 vp->font = FONT_UI;
461#ifdef HAVE_REMOTE_LCD
462 else if (vp->font == FONT_UI && screen == SCREEN_REMOTE)
463 vp->font = FONT_UI_REMOTE;
464#endif
465 461
466 /* Set the defaults for fields not user-specified */ 462 /* Set the defaults for fields not user-specified */
467 vp->drawmode = DRMODE_SOLID; 463 vp->drawmode = DRMODE_SOLID;