Make Notification Font visible when Widgets are enabled

This commit is contained in:
Ryunam 2020-07-23 18:26:42 +02:00
parent bf542c22d0
commit ee8317a8e4

View File

@ -7502,6 +7502,10 @@ unsigned menu_displaylist_build_list(
#endif
#endif
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_MESSAGE_POS_X:
case MENU_ENUM_LABEL_VIDEO_MESSAGE_POS_Y: