some fixes
This commit is contained in:
@@ -10,7 +10,7 @@ namespace ModpackUpdater;
|
||||
|
||||
public partial class Form1
|
||||
{
|
||||
private ModpackInfo modpackInfo = null;
|
||||
private ModpackInfo modpackInfo = new();
|
||||
private ModpackConfig updateConfig = new();
|
||||
private bool currentUpdating = false;
|
||||
private UpdateCheckResult lastUpdateCheckResult = null;
|
||||
@@ -94,7 +94,7 @@ public partial class Form1
|
||||
{
|
||||
RadTextBoxControl_MinecraftProfileFolder.Text = folderPath;
|
||||
|
||||
if (IsUpdateConfigLoaded())
|
||||
if (IsMinecaftProfileLoaded())
|
||||
{
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user