fix loading configu url from modpackinfo

This commit is contained in:
2024-06-22 17:52:09 +02:00
parent 7804a60377
commit b5878572aa

View File

@@ -52,7 +52,7 @@ public partial class Form1
try
{
modpackInfo = ModpackInfo.TryLoad(folderPath);
RadTextBoxControl_ModpackConfig.Text = modpackInfo.ExtrasKey;
RadTextBoxControl_ModpackConfig.Text = modpackInfo.ConfigUrl;
radTextBoxControl_InstallKey.Text = modpackInfo.ExtrasKey;
}
catch