Privacy Settings - should push an empty entry in case nothing

was found
This commit is contained in:
twinaphex 2016-07-14 21:14:59 +02:00
parent d6ac759e97
commit 5c55c098f6

View File

@ -4583,7 +4583,7 @@ bool menu_displaylist_ctl(enum menu_displaylist_ctl_state type, void *data)
PARSE_ONLY_BOOL, false);
menu_displaylist_parse_settings_enum(menu, info,
MENU_ENUM_LABEL_LOCATION_ALLOW,
PARSE_ONLY_BOOL, false);
PARSE_ONLY_BOOL, true);
info->need_refresh = true;
info->need_push = true;