final fix

This commit is contained in:
2024-10-31 21:15:15 +01:00
parent 26347ca9a4
commit 72b765e6fd

View File

@@ -90,7 +90,7 @@ public partial class Form1
radTextBox_InstallKey.Text = modpackInfo.ExtrasKey; radTextBox_InstallKey.Text = modpackInfo.ExtrasKey;
} }
else else
radTextBox_InstallKey.Text = radTextBox_InstallKey.Text; modpackInfo.ExtrasKey = radTextBox_InstallKey.Text;
} }
catch catch
{ {