From 54355f9686a5a07f27de5cd3444b87509df2fd2f Mon Sep 17 00:00:00 2001 From: EverythingWindows Date: Sun, 13 Nov 2022 15:15:05 +0700 Subject: Changed from Environment.NewLine to dedicated NewLine module thoroughly, Fixing a bug on always asks for update, Slowly migrating from full Terminal-dependant to Console-based --- ShiftOS-TheRevival/MainForms/IntroStory.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ShiftOS-TheRevival/MainForms/IntroStory.vb') diff --git a/ShiftOS-TheRevival/MainForms/IntroStory.vb b/ShiftOS-TheRevival/MainForms/IntroStory.vb index 36df1e5..de048a4 100644 --- a/ShiftOS-TheRevival/MainForms/IntroStory.vb +++ b/ShiftOS-TheRevival/MainForms/IntroStory.vb @@ -31,7 +31,7 @@ If Opacity = 1 Then Strings.ComputerInfo(3) = "0" Strings.IsFree = False - Terminal.Show() + Console.Show() Close() Else Opacity = Opacity + 0.05 -- cgit v1.2.3