mirror of
https://github.com/CachyOS/New-Cli-Installer.git
synced 2025-01-23 22:42:31 +08:00
🚧 hot fix
This commit is contained in:
parent
7fb41136a0
commit
c608ed3e66
@ -1911,10 +1911,13 @@ void init() noexcept {
|
||||
case 2:
|
||||
tui::system_rescue_menu();
|
||||
break;
|
||||
default:
|
||||
screen.ExitLoopClosure()();
|
||||
default: {
|
||||
if (utils::exit_done()) {
|
||||
screen.ExitLoopClosure()();
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
};
|
||||
detail::menu_widget(menu_entries, ok_callback, &selected, &screen);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user