From ca0c0f786cb3d35ea47325867888494caf9204d7 Mon Sep 17 00:00:00 2001 From: "ctcaer@gmail.com" Date: Sun, 14 Apr 2019 02:41:29 +0300 Subject: [PATCH] [Tools] Add status bar update while fixing arc bit --- bootloader/frontend/fe_tools.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bootloader/frontend/fe_tools.c b/bootloader/frontend/fe_tools.c index 00ddf93..6e7c43e 100644 --- a/bootloader/frontend/fe_tools.c +++ b/bootloader/frontend/fe_tools.c @@ -407,6 +407,10 @@ int _fix_attributes(char *path, u32 *total, u32 hos_folder, u32 check_first_run) *total = *total + 1; f_chmod(path, AM_ARC, AM_ARC); } + + // Update status bar. + tui_sbar(false); + // Enter the directory. res = _fix_attributes(path, total, hos_folder, 0); if (res != FR_OK)