menu: Move fw setup text right if editor disabled

This commit is contained in:
mintsuki 2024-04-20 01:25:43 +02:00
parent b8a42e2615
commit 87c2cc121d
1 changed files with 1 additions and 1 deletions

View File

@ -897,7 +897,7 @@ refresh:
}
#if defined(UEFI)
if (reboot_to_firmware_supported) {
set_cursor_pos_helper(terms[0]->cols - 37, 3);
set_cursor_pos_helper(terms[0]->cols - (editor_enabled ? 37 : 20), 3);
print("\e[32mS\e[0m Firmware Setup");
}
#endif