Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
fix - Fixed cursor visibility
Browse files Browse the repository at this point in the history
---

We've fixed cursor visibility when exiting from modal informational boxes.

---

Type: fix
Breaking: False
Doc Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Oct 23, 2023
1 parent 0dba7b9 commit 28a1be8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions GRILO.Bootloader/GRILO.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
using Terminaux.Sequences.Builder;
using Terminaux.Reader.Inputs;
using Terminaux.Writer.ConsoleWriters;
using Terminaux.Base;

namespace GRILO.Bootloader
{
Expand Down Expand Up @@ -87,6 +88,7 @@ static void Main()

// Render the menu
DiagnosticsWriter.WriteDiag(DiagnosticsLevel.Info, "Rendering menu...");
ConsoleWrappers.ActionCursorVisible(false);
Console.Clear();
BootStyleManager.RenderMenu(chosenBootEntry);

Expand Down

0 comments on commit 28a1be8

Please sign in to comment.