From 20250978b112d5f52777a5d04808cd2c89a5c3d6 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 27 Oct 2015 11:42:54 +0100 Subject: [PATCH] (Zarch) Show labels again --- menu/drivers/zarch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu/drivers/zarch.c b/menu/drivers/zarch.c index 2438e2e6ef..596fbee9a3 100644 --- a/menu/drivers/zarch.c +++ b/menu/drivers/zarch.c @@ -624,7 +624,7 @@ static int zarch_zui_render_lay_root_recent(zui_t *zui, zui_tabbed_t *tabbed) { menu_entry_t entry; - menu_entry_get(&entry, 0, i, NULL, false); + menu_entry_get(&entry, 0, i, NULL, true); if (zarch_zui_list_item(zui, tabbed, 0, tabbed->tabline_size + j * 54, entry.path, i, entry.value))