mirror of
https://github.com/limine-bootloader/limine
synced 2025-02-20 11:04:18 +03:00
menu: Allow space for booting entries. Closes #148
This commit is contained in:
parent
4d6e1b801a
commit
8de42af1a8
@ -831,6 +831,7 @@ timeout_aborted:
|
||||
goto refresh;
|
||||
case GETCHAR_CURSOR_RIGHT:
|
||||
case '\n':
|
||||
case ' ':
|
||||
autoboot:
|
||||
if (selected_menu_entry->sub != NULL) {
|
||||
selected_menu_entry->expanded = !selected_menu_entry->expanded;
|
||||
|
Loading…
x
Reference in New Issue
Block a user