probably fix install key not saving on first installation
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user