From a19de34df2d5192132d0d75477a723aa7c0fa910 Mon Sep 17 00:00:00 2001 From: he3als Date: Tue, 12 Mar 2024 23:27:20 +0000 Subject: [PATCH] fix(deameliorate): remove debugging ReadKey --- src/Actions/Deameliorate.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Actions/Deameliorate.cs b/src/Actions/Deameliorate.cs index 9050412..3c00a10 100644 --- a/src/Actions/Deameliorate.cs +++ b/src/Actions/Deameliorate.cs @@ -155,8 +155,7 @@ Continue? (Y/N): " key.Close(); } - - Console.ReadKey(); + Program.Frame.Clear(); ConsoleTUI.OpenFrame.WriteCentered("\r\nCompleted initial setup!", ConsoleColor.Green); ConsoleTUI.OpenFrame.WriteCentered("\r\nWindows Setup will display as 'Windows Server,' but it's not actually installing Windows Server and is only set as such to bypass hardware requirements.");