:: commit 057e2880d6472b6b2a9d7ef4c0203bf712b00d1c

mintsuki <mintsuki@protonmail.com> — 2024-08-03 07:19

parents: a34d01015b

menu: Mention that you can press a key to dismiss in old config warning

diff --git a/common/menu.c b/common/menu.c
index ef074f54..023a2fb7 100644
--- a/common/menu.c
+++ b/common/menu.c
@@ -864,6 +864,8 @@ noreturn void _menu(bool first_run) {
         print("\n");
         print("To get rid of this warning, please update the config to the new format and\n");
         print("rename it to limine.conf instead.\n");
+        print("\n");
+        print("[press a key to dismiss this warning]\n");
         pit_sleep_and_quit_on_keypress(20);
     }
 
tab: 248 wrap: offon