probably fix install key not saving on first installation

This commit is contained in:
2024-10-19 22:01:20 +02:00
parent 97bf2b1323
commit f8801cc861

View File

@@ -57,7 +57,7 @@ public partial class Form1
private void LoadInstallKey(string installKey)
{
radTextBox_InstallKey.Text = modpackInfo.ExtrasKey = installKey;
radTextBox_InstallKey.Text = installKey;
CheckStatusAndUpdate();
}
@@ -89,6 +89,8 @@ public partial class Form1
RadTextBox_ModpackConfig.Text = modpackInfo.ConfigUrl;
radTextBox_InstallKey.Text = modpackInfo.ExtrasKey;
}
else
modpackInfo.ConfigUrl = radTextBox_InstallKey.Text;
}
catch
{