diff --git a/recovery.c b/recovery.c index fe28d34..3fe7ae2 100644 --- a/recovery.c +++ b/recovery.c @@ -903,7 +903,10 @@ main(int argc, char **argv) { } } - if (status != INSTALL_SUCCESS && !is_user_initiated_recovery) ui_set_background(BACKGROUND_ICON_ERROR); + if (status != INSTALL_SUCCESS && !is_user_initiated_recovery) { + ui_set_show_text(1); + ui_set_background(BACKGROUND_ICON_ERROR); + } if (status != INSTALL_SUCCESS || ui_text_visible()) { prompt_and_wait(); }