:: commit 6554ff8c386f4fe6340e21f2d188d2587eb8dec4

mintsuki <mintsuki@protonmail.com> — 2021-04-20 08:49

parents: f2505f4169

menu: Fix issue where rescue editor would ignore modifications made when triggered by missing config file instead of lack of entries

diff --git a/stage23/menu.c b/stage23/menu.c
index 6c17bb88..f6506479 100644
--- a/stage23/menu.c
+++ b/stage23/menu.c
@@ -397,6 +397,7 @@ refresh:
             new_body = config_entry_editor("");
         selected_menu_entry = ext_mem_alloc(sizeof(struct menu_entry));
         selected_menu_entry->body = new_body;
+        config_ready = true;
         goto autoboot;
     }
 
tab: 248 wrap: offon