From aee58a241bb065f26b2f829998b2d6312cb8345d Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 4 Oct 2015 09:08:27 +0200 Subject: [PATCH] (Zarch) Add Collections and Download tabs --- menu/drivers/zarch.c | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/menu/drivers/zarch.c b/menu/drivers/zarch.c index 3c5203b5d8..cd24a55845 100644 --- a/menu/drivers/zarch.c +++ b/menu/drivers/zarch.c @@ -744,6 +744,17 @@ void render_lay_root(zui_t *zui) } } } + + if (zui_tab(zui, &tabbed, "Collections")) + { + /* STUB/FIXME */ + } + + if (zui_tab(zui, &tabbed, "Download")) + { + /* STUB/FIXME */ + } + else if (zui->load_dlist) { dir_list_free(zui->load_dlist);