(Zarch) Add Collections and Download tabs

This commit is contained in:
twinaphex 2015-10-04 09:08:27 +02:00
parent d075952476
commit aee58a241b

View File

@ -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);