We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a72e2b commit f4dc12eCopy full SHA for f4dc12e
1 file changed
menu/menu_displaylist.c
@@ -15350,6 +15350,18 @@ bool menu_displaylist_ctl(enum menu_displaylist_ctl_state type,
15350
count++;
15351
#endif
15352
15353
+ if (!count)
15354
+ {
15355
+ menu_entries_clear(info->list);
15356
+ menu_entries_append(info->list,
15357
+ msg_hash_to_str(MENU_ENUM_LABEL_VALUE_NO_ITEMS),
15358
+ msg_hash_to_str(MENU_ENUM_LABEL_NO_ITEMS),
15359
+ MENU_ENUM_LABEL_NO_ITEMS,
15360
+ MENU_SETTING_NO_ITEM, 0, 0, NULL);
15361
+
15362
+ info->flags |= MD_FLAG_NEED_REFRESH;
15363
+ }
15364
15365
info->flags |= MD_FLAG_NEED_PUSH;
15366
}
15367
break;
0 commit comments