1
0
mirror of synced 2025-01-19 09:17:30 +01:00

Fix renaming bntx not applying to file name in header

This commit is contained in:
KillzXGaming 2019-11-24 17:33:04 -05:00
parent b021e96c52
commit f141520346

View File

@ -1086,6 +1086,8 @@ namespace FirstPlugin
if (dialog.ShowDialog() == DialogResult.OK)
{
Text = dialog.textBox1.Text;
if (BinaryTexFile != null)
BinaryTexFile.Name = Text;
}
}
private void Save(object sender, EventArgs args)