Allow adjusting screenshot flash without notification enabled
This commit is contained in:
parent
4e849fa49e
commit
227a9ec34a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue