:: commit a34d01015b7bd3c6fc61ce54fdeb147c311e6776

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

parents: d3fb65dcdc

menu: Disable quiet mode after first run

diff --git a/common/menu.c b/common/menu.c
index e181c465..ef074f54 100644
--- a/common/menu.c
+++ b/common/menu.c
@@ -849,6 +849,7 @@ noreturn void _menu(bool first_run) {
 #endif
 
     if (!first_run) {
+        quiet = false;
         skip_timeout = true;
     }
 
tab: 248 wrap: offon