Update NovetusLaunchForm.cs

This commit is contained in:
Bitl 2023-12-11 16:47:03 -07:00
parent 629b19b2ed
commit dc18261611
1 changed files with 3 additions and 3 deletions

View File

@ -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))
{