From fc9d0be42ee1fb82e383bd43f3a370d2b884fc82 Mon Sep 17 00:00:00 2001 From: LiquidFenrir Date: Sun, 31 Dec 2017 16:46:46 +0100 Subject: [PATCH] prevent black background when loading themes --- source/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/main.c b/source/main.c index 16a0ccd..c203c56 100644 --- a/source/main.c +++ b/source/main.c @@ -223,6 +223,7 @@ static void load_lists(Entry_List_s * lists) loading_screen = INSTALL_LOADING_SPLASHES; draw_install(loading_screen); + draw_install(loading_screen); Entry_List_s * current_list = &lists[i]; Result res = load_entries(main_paths[i], current_list, i);