summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MokManager.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/MokManager.c b/MokManager.c
index f8856f7c..bc954d53 100644
--- a/MokManager.c
+++ b/MokManager.c
@@ -1104,6 +1104,8 @@ static EFI_STATUS enter_mok_menu(EFI_HANDLE image_handle, void *MokNew,
run_menu(menu_item, menucount, 10);
+ uefi_call_wrapper(ST->ConOut->ClearScreen, 1, ST->ConOut);
+
return 0;
}