Fix clicking save button not updating create button

pull/9/head
Miepee 4 years ago
parent 85b4280b85
commit af48f53841

@ -92,6 +92,7 @@ public partial class ModPacker : Form
} }
} }
customSaveTextBox.Text = saveFolderPath; customSaveTextBox.Text = saveFolderPath;
UpdateCreateButton();
} }
private void YYCCheckBox_CheckedChanged(object sender, EventArgs e) private void YYCCheckBox_CheckedChanged(object sender, EventArgs e)

Loading…
Cancel
Save