Make Notification Font visible when Widgets are enabled
This commit is contained in:
parent
bf542c22d0
commit
ee8317a8e4
|
@ -7502,6 +7502,10 @@ unsigned menu_displaylist_build_list(
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
case MENU_ENUM_LABEL_VIDEO_FONT_PATH:
|
case MENU_ENUM_LABEL_VIDEO_FONT_PATH:
|
||||||
|
if (video_font_enable ||
|
||||||
|
(widgets_supported && menu_enable_widgets))
|
||||||
|
build_list[i].checked = true;
|
||||||
|
break;
|
||||||
case MENU_ENUM_LABEL_VIDEO_FONT_SIZE:
|
case MENU_ENUM_LABEL_VIDEO_FONT_SIZE:
|
||||||
case MENU_ENUM_LABEL_VIDEO_MESSAGE_POS_X:
|
case MENU_ENUM_LABEL_VIDEO_MESSAGE_POS_X:
|
||||||
case MENU_ENUM_LABEL_VIDEO_MESSAGE_POS_Y:
|
case MENU_ENUM_LABEL_VIDEO_MESSAGE_POS_Y:
|
||||||
|
|
Loading…
Reference in New Issue