Allow adjusting screenshot flash without notification enabled

This commit is contained in:
sonninnos 2023-07-12 16:19:17 +03:00 committed by LibretroAdmin
parent 4e849fa49e
commit 227a9ec34a
1 changed files with 1 additions and 1 deletions

View File

@ -10060,7 +10060,7 @@ unsigned menu_displaylist_build_list(
build_list[i].checked = true;
break;
case MENU_ENUM_LABEL_NOTIFICATION_SHOW_SCREENSHOT_FLASH:
if (widgets_active && notification_show_screenshot)
if (widgets_active)
build_list[i].checked = true;
break;
#endif