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)
|
private void LoadInstallKey(string installKey)
|
||||||
{
|
{
|
||||||
radTextBox_InstallKey.Text = modpackInfo.ExtrasKey = installKey;
|
radTextBox_InstallKey.Text = installKey;
|
||||||
CheckStatusAndUpdate();
|
CheckStatusAndUpdate();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -89,6 +89,8 @@ public partial class Form1
|
|||||||
RadTextBox_ModpackConfig.Text = modpackInfo.ConfigUrl;
|
RadTextBox_ModpackConfig.Text = modpackInfo.ConfigUrl;
|
||||||
radTextBox_InstallKey.Text = modpackInfo.ExtrasKey;
|
radTextBox_InstallKey.Text = modpackInfo.ExtrasKey;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
modpackInfo.ConfigUrl = radTextBox_InstallKey.Text;
|
||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user