fix option shit

This commit is contained in:
2025-07-04 22:13:47 +02:00
parent b1ac3cd73c
commit 531c2a60bf
3 changed files with 5 additions and 2 deletions

View File

@@ -272,7 +272,7 @@ public partial class MainForm
private void RadTextBox_MinecraftFolder_TextInserted(object o, EventArgs args)
{
if (!loadingData)
CheckStatusAndUpdate(false);
CheckStatusAndUpdate(true);
}
private void RadTextBox_ModpackUrl_TextInserted(object o, EventArgs args)