(MaterialUI) Add placeholder Explore tab icon

This commit is contained in:
twinaphex 2020-07-28 16:57:29 +02:00
parent 8cb861798e
commit dd524d7d35

View File

@ -9157,6 +9157,7 @@ static void materialui_list_insert(
case FILE_TYPE_CORE:
case MENU_SETTING_ACTION_CORE_MANAGER_OPTIONS:
case MENU_SETTING_ACTION_CORE_LOCK:
case MENU_EXPLORE_TAB:
node->icon_texture_index = MUI_TEXTURE_CORES;
node->has_icon = true;
break;