fix install button never accessable

This commit is contained in:
2024-06-22 18:08:07 +02:00
parent ebb15bf25c
commit 1e00870f29

View File

@@ -137,7 +137,7 @@ public partial class Form1
RadButton_PasteModpackConfig.Enabled = true;
radButton_PasteInstallKey.Enabled = true;
RadButton_CheckForUpdates.Enabled = true;
RadButton_Install.Enabled = false;
RadButton_Install.Enabled = true;
return true;
}