From dc18261611054d5b133a5cdd0b2086b93df2263e Mon Sep 17 00:00:00 2001 From: Bitl Date: Mon, 11 Dec 2023 16:47:03 -0700 Subject: [PATCH] Update NovetusLaunchForm.cs --- Novetus/Novetus.Bootstrapper/NovetusLaunchForm.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Novetus/Novetus.Bootstrapper/NovetusLaunchForm.cs b/Novetus/Novetus.Bootstrapper/NovetusLaunchForm.cs index 9da2de4..37f045d 100644 --- a/Novetus/Novetus.Bootstrapper/NovetusLaunchForm.cs +++ b/Novetus/Novetus.Bootstrapper/NovetusLaunchForm.cs @@ -19,9 +19,9 @@ namespace Novetus.Bootstrapper private void NovetusLaunchForm_Load(object sender, EventArgs e) { - //FileManagement.ReadInfoFile(LocalPaths.InfoPath, - //LocalPaths.VersionTermList, - //LocalPaths.LauncherPath); + FileManagement.ReadInfoFile(LocalPaths.InfoPath, + LocalPaths.VersionTermList, + LocalPaths.LauncherPath); if (File.Exists(LocalPaths.ConfigPath)) {