Merge pull request #11070 from Ryunam/notification-font

Make Notification Font option visible when Graphics Widgets are enabled
This commit is contained in:
Autechre 2020-07-23 18:42:47 +02:00 committed by GitHub
commit 53eee276c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7722,6 +7722,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: