diff --git a/GRILO.Bootloader/GRILO.cs b/GRILO.Bootloader/GRILO.cs index ec39995..13c753f 100644 --- a/GRILO.Bootloader/GRILO.cs +++ b/GRILO.Bootloader/GRILO.cs @@ -33,6 +33,7 @@ using Terminaux.Sequences.Builder; using Terminaux.Reader.Inputs; using Terminaux.Writer.ConsoleWriters; +using Terminaux.Base; namespace GRILO.Bootloader { @@ -87,6 +88,7 @@ static void Main() // Render the menu DiagnosticsWriter.WriteDiag(DiagnosticsLevel.Info, "Rendering menu..."); + ConsoleWrappers.ActionCursorVisible(false); Console.Clear(); BootStyleManager.RenderMenu(chosenBootEntry);